Scripts/Commands: Fix build warning

(cherry picked from commit 42028a1842)
This commit is contained in:
DDuarte
2016-07-05 11:55:29 +01:00
parent 7ab5145321
commit b9ec8ae328

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)