diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2017-09-21 17:04:43 +0200 |
---|---|---|
committer | Yehonal <yehonal.azeroth@gmail.com> | 2017-09-21 17:04:43 +0200 |
commit | ce6b9de51a7fcf5f0bb4423be4fd273446546792 (patch) | |
tree | ac2ebc18f55c6e7ecacd2e7d3f2782a069f30017 /src/scripts/Commands/cs_misc.cpp | |
parent | afebf1a1ca925b9d4e7dce7ebed0e560b192ecb1 (diff) | |
parent | a738fb3e4d6641ce67c8faad12b423d38ec25fc3 (diff) |
Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk
Diffstat (limited to 'src/scripts/Commands/cs_misc.cpp')
-rw-r--r-- | src/scripts/Commands/cs_misc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/Commands/cs_misc.cpp b/src/scripts/Commands/cs_misc.cpp index edf4851914..058290c9e3 100644 --- a/src/scripts/Commands/cs_misc.cpp +++ b/src/scripts/Commands/cs_misc.cpp @@ -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); |