mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 22:56:37 +00:00
[Guilds] Clean up GUILD_RANK_NONE references (#4059)
Should be exhaustive for guild rank values Cleans up redefinition of `GUILD_RANK_NONE` by including `GUILD_RANK_NONE_TI` Fixes #4057
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@
|
||||
#define GUILD_MEMBER_TI 0
|
||||
#define GUILD_OFFICER_TI 1
|
||||
#define GUILD_LEADER_TI 2
|
||||
#define GUILD_RANK_NONE (GUILD_MAX_RANK+1)
|
||||
#define GUILD_RANK_NONE_TI (GUILD_MAX_RANK + 1)
|
||||
|
||||
//defines for standard ranks base on RoF2 definitions
|
||||
#define GUILD_RANK_NONE 0
|
||||
|
||||
Reference in New Issue
Block a user