diff options
author | Moein <tje3d@yahoo.com> | 2018-01-04 12:22:48 +0330 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-05-16 21:56:05 +0200 |
commit | 673cc20e797149454bf3cb951007b5af9c194a0c (patch) | |
tree | 3da95b1e04156fe4d8eaff7737c7e7e66f0b7c0c | |
parent | 5aee452943e5c76f54f58eea9e6880b54a61ec9c (diff) |
MovementInform should overrides
(cherry picked from commit 18f5eae835a0045d1180262bfcc4a2e6cf97c807)
-rw-r--r-- | src/server/scripts/Northrend/IcecrownCitadel/boss_valithria_dreamwalker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_valithria_dreamwalker.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_valithria_dreamwalker.cpp index 1ebd8a54307..02ac392f864 100644 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_valithria_dreamwalker.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_valithria_dreamwalker.cpp @@ -863,7 +863,7 @@ class npc_suppresser : public CreatureScript } } - void MovementInform(uint32 /*type*/, uint32 id) + void MovementInform(uint32 /*type*/, uint32 id) override { if (id == 42) { |