aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortreeston <treeston.mmoc@gmail.com>2016-08-24 18:22:40 +0200
committertreeston <treeston.mmoc@gmail.com>2016-08-24 18:22:54 +0200
commit93a68d58814013a1c656bf17afcc94938457adfd (patch)
tree6c50cfcd14998415ecfd230dd694d812d4142de7 /src
parent75f49e043996ebecadba8127ea8371dfdf204a70 (diff)
...Huh. Wonder how this one didn't make travis complain on the PR.
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Northrend/Naxxramas/boss_kelthuzad.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/Naxxramas/boss_kelthuzad.cpp b/src/server/scripts/Northrend/Naxxramas/boss_kelthuzad.cpp
index e294e9a0dfa..22a24b54c77 100644
--- a/src/server/scripts/Northrend/Naxxramas/boss_kelthuzad.cpp
+++ b/src/server/scripts/Northrend/Naxxramas/boss_kelthuzad.cpp
@@ -643,7 +643,7 @@ struct npc_kelthuzad_minionAI : public ScriptedAI
return 0;
}
- void MovementInform(uint32 /*type*/, uint32 id)
+ void MovementInform(uint32 /*type*/, uint32 id) override
{
if (id == MOVEMENT_MINION_RANDOM)
_movementTimer = urandms(2, 10) + urandms(2, 10);