mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[7716] Fixed some typos and possible crashes.
This commit is contained in:
parent
c2e6dd20dd
commit
c9d51a6dc7
25 changed files with 281 additions and 263 deletions
|
|
@ -199,7 +199,7 @@ void WorldSession::HandleAutoEquipItemOpcode( WorldPacket & recv_data )
|
|||
|
||||
// check dest->src move possibility
|
||||
ItemPosCountVec sSrc;
|
||||
uint16 eSrc;
|
||||
uint16 eSrc = 0;
|
||||
if( _player->IsInventoryPos( src ) )
|
||||
{
|
||||
msg = _player->CanStoreItem( srcbag, srcslot, sSrc, pDstItem, true );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue