diff options
Diffstat (limited to 'src/server/scripts/EasternKingdoms')
| -rw-r--r-- | src/server/scripts/EasternKingdoms/Scholomance/boss_jandice_barov.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/Scholomance/boss_jandice_barov.cpp b/src/server/scripts/EasternKingdoms/Scholomance/boss_jandice_barov.cpp index 60556f54c32..319440da2ce 100644 --- a/src/server/scripts/EasternKingdoms/Scholomance/boss_jandice_barov.cpp +++ b/src/server/scripts/EasternKingdoms/Scholomance/boss_jandice_barov.cpp @@ -22,7 +22,8 @@ enum Spells { SPELL_CURSE_OF_BLOOD = 24673, - SPELL_ILLUSION = 17773 + SPELL_ILLUSION = 17773, + SPELL_DROP_JOURNAL = 26096 }; enum Events @@ -67,6 +68,7 @@ public: void JustDied(Unit* /*killer*/) override { Summons.DespawnAll(); + DoCast(SPELL_DROP_JOURNAL, true); } void UpdateAI(uint32 diff) override |
