mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
...Huh. Wonder how this one didn't make travis complain on the PR.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user