aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-05-24 17:28:17 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-05-24 17:28:17 +0200
commit76e7ba886b04a43f92524bc1c6efdf6914830864 (patch)
tree864d96542dc8cf315d9278d35a73fc4d5a3396bb
parent77743ea13e991a10b11e6707d7def84336ebcfe7 (diff)
Core: Fix logic fail in 77743ea13e991a10b11e6707d7def84336ebcfe7
-rw-r--r--src/server/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.cpp b/src/server/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.cpp
index cc282ffb445..d53b70ab884 100644
--- a/src/server/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.cpp
+++ b/src/server/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.cpp
@@ -17,7 +17,7 @@
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
-#include "GossipDef.h"
+#include "ScriptedGossip.h"
#include "Player.h"
#include "halls_of_reflection.h"