Initial release of the guild storage log (#3365)
Thanks to @aleos89 and @Everade
This commit is contained in:
@@ -705,13 +705,12 @@ struct guild_castle {
|
||||
enum e_guild_permission {
|
||||
GUILD_PERM_INVITE = 0x001,
|
||||
GUILD_PERM_EXPEL = 0x010,
|
||||
#if PACKETVER >= 20140205
|
||||
GUILD_PERM_STORAGE = 0x100,
|
||||
#if PACKETVER >= 20140205
|
||||
GUILD_PERM_ALL = GUILD_PERM_INVITE|GUILD_PERM_EXPEL|GUILD_PERM_STORAGE,
|
||||
#else
|
||||
GUILD_PERM_ALL = GUILD_PERM_INVITE|GUILD_PERM_EXPEL,
|
||||
#endif
|
||||
GUILD_PERM_MASK = GUILD_PERM_ALL,
|
||||
GUILD_PERM_DEFAULT = GUILD_PERM_ALL,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user