mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Scripts/Commands: Fix build warning
(cherry picked from commit 42028a1842)
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