mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Scripts/Commands: Fix build warning
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user