aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/server/scripts/Northrend/AzjolNerub/AzjolNerub/boss_hadronox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/AzjolNerub/AzjolNerub/boss_hadronox.cpp b/src/server/scripts/Northrend/AzjolNerub/AzjolNerub/boss_hadronox.cpp
index b187d6e7daf..85b5bc425c4 100644
--- a/src/server/scripts/Northrend/AzjolNerub/AzjolNerub/boss_hadronox.cpp
+++ b/src/server/scripts/Northrend/AzjolNerub/AzjolNerub/boss_hadronox.cpp
@@ -252,7 +252,7 @@ public:
}
}
- void EnterEvadeMode(EvadeReason /*why*/)
+ void EnterEvadeMode(EvadeReason /*why*/) override
{
std::list<Creature*> triggers;
me->GetCreatureListWithEntryInGrid(triggers, NPC_WORLDTRIGGER_LARGE);