diff options
author | Moein <tje3d@yahoo.com> | 2018-01-04 12:22:48 +0330 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2018-01-04 09:52:48 +0100 |
commit | 18f5eae835a0045d1180262bfcc4a2e6cf97c807 (patch) | |
tree | 54101659329e666815808b9e28d483eb829fc542 | |
parent | 9f9507e6a1fd50a5ce643a4096c1712700244a61 (diff) |
MovementInform should overrides
-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 be9ff037f12..b6acc68a0f8 100644 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_valithria_dreamwalker.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_valithria_dreamwalker.cpp @@ -864,7 +864,7 @@ class npc_suppresser : public CreatureScript } } - void MovementInform(uint32 /*type*/, uint32 id) + void MovementInform(uint32 /*type*/, uint32 id) override { if (id == 42) { |