mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[12022] Some more warning fixes
This commit is contained in:
parent
f777665d48
commit
a309de2e6d
8 changed files with 25 additions and 34 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue