mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 11:52:32 +01:00
Scripts/BrC: fixed a warning from last commit
This commit is contained in:
@@ -247,7 +247,7 @@ struct npc_corla_twilight_zealot : public ScriptedAI
|
||||
|
||||
void EnterEvadeMode(EvadeReason /*why*/) override { }
|
||||
|
||||
void JustEngagedWith(Unit* who) override
|
||||
void JustEngagedWith(Unit* /*who*/) override
|
||||
{
|
||||
if (InstanceScript* instance = me->GetInstanceScript())
|
||||
if (Creature* corla = instance->GetCreature(DATA_CORLA_HERALD_OF_TWILIGHT))
|
||||
|
||||
Reference in New Issue
Block a user