From 18f5eae835a0045d1180262bfcc4a2e6cf97c807 Mon Sep 17 00:00:00 2001 From: Moein Date: Thu, 4 Jan 2018 12:22:48 +0330 Subject: MovementInform should overrides --- .../scripts/Northrend/IcecrownCitadel/boss_valithria_dreamwalker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) { -- cgit v1.2.3