chore(Core/Handlers): Clear debug leftovers (#24603)
This commit is contained in:
parent
54445357a7
commit
3d9e58b3d6
1 changed files with 0 additions and 2 deletions
|
|
@ -156,8 +156,6 @@ void WorldSession::HandleBuyBankSlotOpcode(WorldPackets::Bank::BuyBankSlot& buyB
|
|||
// next slot
|
||||
++slot;
|
||||
|
||||
LOG_INFO("network", "PLAYER: Buy bank bag slot, slot number = {}", slot);
|
||||
|
||||
BankBagSlotPricesEntry const* slotEntry = sBankBagSlotPricesStore.LookupEntry(slot);
|
||||
|
||||
if (!slotEntry)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue