Core/Packets: updated packet structures for 4.4.1

This commit is contained in:
Ovahlord
2024-11-01 08:09:15 +01:00
parent 5c0fb42c9b
commit 6de12ffcfa
74 changed files with 809 additions and 355 deletions

View File

@@ -1388,7 +1388,7 @@ public:
static bool HandleBankCommand(ChatHandler* handler)
{
handler->GetSession()->SendShowBank(handler->GetSession()->GetPlayer()->GetGUID());
handler->GetSession()->SendShowBank(handler->GetSession()->GetPlayer()->GetGUID(), PlayerInteractionType::Banker);
return true;
}