aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoein <tje3d@yahoo.com>2018-01-04 12:22:48 +0330
committerAokromes <Aokromes@users.noreply.github.com>2018-01-04 09:52:48 +0100
commit18f5eae835a0045d1180262bfcc4a2e6cf97c807 (patch)
tree54101659329e666815808b9e28d483eb829fc542
parent9f9507e6a1fd50a5ce643a4096c1712700244a61 (diff)
MovementInform should overrides
-rw-r--r--src/server/scripts/Northrend/IcecrownCitadel/boss_valithria_dreamwalker.cpp2
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)
{