Scripts/Commands: Fix build warning
(cherry picked from commit 42028a18421f672a3292733cac73840c4e766089)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user