...Huh. Wonder how this one didn't make travis complain on the PR.

This commit is contained in:
treeston
2016-08-24 18:22:40 +02:00
parent 75f49e0439
commit 93a68d5881

View File

@@ -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);