mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 22:26:22 +00:00
fix(Core/Guilds): Implement guild bank gold limit matching client (#9666)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
This commit is contained in:
@@ -54,6 +54,8 @@ enum GuildMisc
|
||||
TAB_UNDEFINED = 0xFF,
|
||||
};
|
||||
|
||||
constexpr uint64 GUILD_BANK_MONEY_LIMIT = UI64LIT(0x7FFFFFFFFFFFF);
|
||||
|
||||
enum GuildMemberData
|
||||
{
|
||||
GUILD_MEMBER_DATA_ZONEID,
|
||||
|
||||
Reference in New Issue
Block a user