Scripts/Commands: Fix build warning

(cherry picked from commit 42028a18421f672a3292733cac73840c4e766089)
This commit is contained in:
DDuarte
2016-07-05 11:56:04 +01:00
parent 7ab5145321
commit b9ec8ae328
+1 -1
View File
@@ -2184,7 +2184,7 @@ public:
return true;
}
static bool HandleComeToMeCommand(ChatHandler* handler, char const* args)
static bool HandleComeToMeCommand(ChatHandler* handler, char const* /*args*/)
{
Creature* caster = handler->getSelectedCreature();
if (!caster)