mirror of
https://github.com/mangosfour/server.git
synced 2025-12-29 07:37:05 +00:00
[8476] Revert some recent cleanup changes, some other fixes and cleanups.
This commit is contained in:
parent
bd30769dec
commit
7a2df3c309
7 changed files with 18 additions and 21 deletions
|
|
@ -1293,7 +1293,7 @@ void WorldSession::HandleEquipmentSetUse(WorldPacket &recv_data)
|
|||
uint8 srcbag, srcslot;
|
||||
recv_data >> srcbag >> srcslot;
|
||||
|
||||
sLog.outDebug("Item " UI64FMTD ": srcbag %u, srcslot %u", itemGuid, srcbag, srcslot);
|
||||
sLog.outDebug("Item " I64FMT ": srcbag %u, srcslot %u", itemGuid, srcbag, srcslot);
|
||||
|
||||
Item *item = _player->GetItemByGuid(itemGuid);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue