Scripts/Deepholm: fixed a warning

This commit is contained in:
Ovahlord
2021-03-13 18:50:03 +01:00
parent 4503ed0a70
commit 5d8455b53e

View File

@@ -63,7 +63,7 @@ struct npc_deepholm_xariona : public ScriptedAI
DoCastSelf(SPELL_ROGUE_CLASS_CRIT_DODGE_DEBUFF);
}
void JustEngagedWith(Unit* who) override
void JustEngagedWith(Unit* /*who`*/) override
{
_events.ScheduleEvent(EVENT_FURY_OF_THE_TWILIGHT_FLIGHT, 1s);
_events.ScheduleEvent(EVENT_TWILIGHT_BREATH, 14s);