From 2d7dec0d39765dbaad3d3f4c9e203070bcd772d5 Mon Sep 17 00:00:00 2001 From: treeston Date: Wed, 24 Aug 2016 18:25:30 +0200 Subject: Was Travis completely napping on this one? --- src/server/scripts/Northrend/Naxxramas/boss_kelthuzad.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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); -- cgit v1.2.3