fix(Core): Fix guild bank update broadcasts (#13520)
Fix guild bank update broadcasts
This commit is contained in:
parent
f32b34ef44
commit
2c4df1054e
3 changed files with 30 additions and 10 deletions
|
|
@ -290,7 +290,7 @@ void WorldSession::HandleGuildBankerActivate(WorldPackets::Guild::GuildBankActiv
|
|||
guild->SendBankTabsInfo(this, packet.FullUpdate);
|
||||
}
|
||||
|
||||
// Called when opening guild bank tab only (first one)
|
||||
// Called when opening guild bank tab only
|
||||
void WorldSession::HandleGuildBankQueryTab(WorldPackets::Guild::GuildBankQueryTab& packet)
|
||||
{
|
||||
LOG_DEBUG("guild", "CMSG_GUILD_BANK_QUERY_TAB [{}]: Go: [{}], TabId: {}, ShowTabs: {}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue