mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-27 22:16:11 +00:00
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
|
||||
++slot;
|
||||
|
||||
LOG_INFO("network", "PLAYER: Buy bank bag slot, slot number = {}", slot);
|
||||
|
||||
BankBagSlotPricesEntry const* slotEntry = sBankBagSlotPricesStore.LookupEntry(slot);
|
||||
|
||||
if (!slotEntry)
|
||||
|
||||
Reference in New Issue
Block a user