[12022] Some more warning fixes

This commit is contained in:
stfx 2012-05-11 17:35:47 +02:00 committed by Schmoozerd
parent f777665d48
commit a309de2e6d
8 changed files with 25 additions and 34 deletions

View file

@ -4664,8 +4664,6 @@ bool ChatHandler::HandleAuctionItemCommand(char* args)
return false;
}
Player* pl = m_session ? m_session->GetPlayer() : NULL;
do
{
uint32 item_stack = item_count > item_proto->GetMaxStackSize() ? item_proto->GetMaxStackSize() : item_count;