mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
Fixed gcc warnings
This commit is contained in:
@@ -191,7 +191,7 @@ public:
|
||||
return false;
|
||||
}
|
||||
|
||||
if (tokens.size() != count+2)
|
||||
if (tokens.size() != uint16(count+2))
|
||||
{
|
||||
handler->PSendSysMessage("Invalid number of nicknames for this bracket.");
|
||||
handler->SetSentErrorMessage(true);
|
||||
|
||||
Reference in New Issue
Block a user