mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-07 01:18:55 +01:00
Scripts/Deepholm: fixed a warning
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user