Skip to content

Commit

Permalink
Scripts/Commands: Fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DDuarte committed Jul 5, 2016
1 parent 1100fe6 commit 42028a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/scripts/Commands/cs_misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2125,7 +2125,7 @@ class misc_commandscript : public CommandScript
return true;
}

static bool HandleComeToMeCommand(ChatHandler* handler, char const* args)
static bool HandleComeToMeCommand(ChatHandler* handler, char const* /*args*/)
{
Creature* caster = handler->getSelectedCreature();
if (!caster)
Expand Down

0 comments on commit 42028a1

Please sign in to comment.