Taturana182
New Member
- Joined
- May 4, 2008
- Messages
- 9
- Reaction score
- 0
I found a function called getRankIdByGuildIdAndLevel in sources. So I can't create ranks with different names and same level?
guild_ranks columns are id; guild_id; name; level. If I do
and there's more than one rank with same level I'll have some problem, no?
Thanks in advance.
guild_ranks columns are id; guild_id; name; level. If I do
PHP:
SELECT * FROM `guild_ranks` WHERE `guild_id` = 'someid' AND `level` = 'somelevel';
Thanks in advance.