diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/EasternKingdoms/Scholomance/boss_jandice_barov.cpp | 2 |
1 files changed, 1 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 319440da2ce..9e42c309b72 100644 --- a/src/server/scripts/EasternKingdoms/Scholomance/boss_jandice_barov.cpp +++ b/src/server/scripts/EasternKingdoms/Scholomance/boss_jandice_barov.cpp @@ -68,7 +68,7 @@ public: void JustDied(Unit* /*killer*/) override { Summons.DespawnAll(); - DoCast(SPELL_DROP_JOURNAL, true); + DoCast(SPELL_DROP_JOURNAL); } void UpdateAI(uint32 diff) override |