chore(Core/Handlers): Clear debug leftovers (#24603)
This commit is contained in:
@@ -156,8 +156,6 @@ void WorldSession::HandleBuyBankSlotOpcode(WorldPackets::Bank::BuyBankSlot& buyB
|
|||||||
// next slot
|
// next slot
|
||||||
++slot;
|
++slot;
|
||||||
|
|
||||||
LOG_INFO("network", "PLAYER: Buy bank bag slot, slot number = {}", slot);
|
|
||||||
|
|
||||||
BankBagSlotPricesEntry const* slotEntry = sBankBagSlotPricesStore.LookupEntry(slot);
|
BankBagSlotPricesEntry const* slotEntry = sBankBagSlotPricesStore.LookupEntry(slot);
|
||||||
|
|
||||||
if (!slotEntry)
|
if (!slotEntry)
|
||||||
|
|||||||
Reference in New Issue
Block a user