aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/server/scripts/Northrend/Naxxramas/boss_kelthuzad.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/scripts/Northrend/Naxxramas/boss_kelthuzad.cpp b/src/server/scripts/Northrend/Naxxramas/boss_kelthuzad.cpp
index 22a24b54c77..2452385b97c 100644
--- a/src/server/scripts/Northrend/Naxxramas/boss_kelthuzad.cpp
+++ b/src/server/scripts/Northrend/Naxxramas/boss_kelthuzad.cpp
@@ -681,7 +681,7 @@ public:
{
npc_kelthuzad_skeletonAI(Creature* creature) : npc_kelthuzad_minionAI(creature) { }
- void UpdateAI(uint32 diff)
+ void UpdateAI(uint32 diff) override
{
UpdateRandomMovement(diff);
@@ -707,7 +707,7 @@ public:
{
npc_kelthuzad_bansheeAI(Creature* creature) : npc_kelthuzad_minionAI(creature) { }
- void UpdateAI(uint32 diff)
+ void UpdateAI(uint32 diff) override
{
UpdateRandomMovement(diff);
@@ -733,7 +733,7 @@ public:
{
npc_kelthuzad_abominationAI(Creature* creature) : npc_kelthuzad_minionAI(creature), _woundTimer(urandms(10, 20)) { }
- void UpdateAI(uint32 diff)
+ void UpdateAI(uint32 diff) override
{
UpdateRandomMovement(diff);