fix(Core/Guilds): Implement guild bank gold limit matching client (#9666)

Co-authored-by: Shauren <shauren.trinity@gmail.com>
This commit is contained in:
Kitzunu
2021-12-17 18:06:32 +01:00
committed by GitHub
parent 0dd59e66d3
commit 9eab6d373d
2 changed files with 8 additions and 0 deletions

View File

@@ -54,6 +54,8 @@ enum GuildMisc
TAB_UNDEFINED = 0xFF,
};
constexpr uint64 GUILD_BANK_MONEY_LIMIT = UI64LIT(0x7FFFFFFFFFFFF);
enum GuildMemberData
{
GUILD_MEMBER_DATA_ZONEID,