lapayo94@gmail.com 2012-07-12 19:28:34 +00:00
parent 2f3dc03005
commit 5f6c7409c1
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ void cPlayer::SetGameMode( eGameMode a_GameMode )
m_ClientHandle->Send ( GameModePacket );
GetInventory().SendWholeInventory(m_ClientHandle);
OldInventory->SetEquippedSlot(GetInventory().GetEquippedSlot());
GetInventory().SetEquippedSlot(OldInventory->GetEquippedSlot());
}
}
}