summaryrefslogtreecommitdiff
path: root/src/scripts/Commands/cs_misc.cpp
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2017-09-21 17:04:43 +0200
committerYehonal <yehonal.azeroth@gmail.com>2017-09-21 17:04:43 +0200
commitce6b9de51a7fcf5f0bb4423be4fd273446546792 (patch)
treeac2ebc18f55c6e7ecacd2e7d3f2782a069f30017 /src/scripts/Commands/cs_misc.cpp
parentafebf1a1ca925b9d4e7dce7ebed0e560b192ecb1 (diff)
parenta738fb3e4d6641ce67c8faad12b423d38ec25fc3 (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.cpp2
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);