Scripts/Commands: Fix build warning

This commit is contained in:
DDuarte
2016-07-05 11:55:29 +01:00
committed by Aokromes
parent b942fd40a9
commit e2248bbfa4

View File

@@ -2140,7 +2140,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)