Updated to 10116 client build.

This commit is contained in:
tomrus88 2009-07-17 17:01:47 +04:00
parent ca2a2195be
commit 3de88aef12
10 changed files with 14 additions and 8 deletions

View file

@ -68,7 +68,7 @@ void WorldSession::HandleSwapInvItemOpcode( WorldPacket & recv_data )
//sLog.outDebug("WORLD: CMSG_SWAP_INV_ITEM");
uint8 srcslot, dstslot;
recv_data >> srcslot >> dstslot;
recv_data >> dstslot >> srcslot;
//sLog.outDebug("STORAGE: receive srcslot = %u, dstslot = %u", srcslot, dstslot);
// prevent attempt swap same item to current position generated by client at special checting sequence