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