aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorccrs <ccrs@users.noreply.github.com>2019-10-23 14:06:17 +0200
committerccrs <ccrs@users.noreply.github.com>2019-10-23 14:06:17 +0200
commit8fd33dfd790a838ae62e7e2e1b5d526fba330825 (patch)
tree98aef03f4134977aef25534f0afd028d4d6094d0 /src
parentd27fd717c14e096d7120ac967d295d93816054c6 (diff)
Build: fix nopch - add missing declaration
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Northrend/FrozenHalls/PitOfSaron/pit_of_saron.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/scripts/Northrend/FrozenHalls/PitOfSaron/pit_of_saron.h b/src/server/scripts/Northrend/FrozenHalls/PitOfSaron/pit_of_saron.h
index 8ab5da6625b..2b4d954181a 100644
--- a/src/server/scripts/Northrend/FrozenHalls/PitOfSaron/pit_of_saron.h
+++ b/src/server/scripts/Northrend/FrozenHalls/PitOfSaron/pit_of_saron.h
@@ -110,6 +110,8 @@ enum POSSpellsIcicle
SPELL_DONT_LOOK_UP_ACHIEV_CREDIT = 72845
};
+class Creature;
+
class ScheduledIcicleSummons : public BasicEvent
{
public: