From 127455ed4c2eaffeacfa288de1a4bf93b906de7b Mon Sep 17 00:00:00 2001 From: Giacomo Pozzoni Date: Sat, 15 Feb 2020 22:13:46 +0100 Subject: Scripts/Misc: Attempt to fix the build --- src/server/scripts/EasternKingdoms/Scholomance/boss_jandice_barov.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3