diff options
-rw-r--r-- | src/server/scripts/Northrend/FrozenHalls/PitOfSaron/pit_of_saron.h | 2 |
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: |