aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGiacomo Pozzoni <giacomopoz@gmail.com>2020-02-15 22:13:46 +0100
committerGitHub <noreply@github.com>2020-02-15 22:13:46 +0100
commit127455ed4c2eaffeacfa288de1a4bf93b906de7b (patch)
treead59a161b8e7aba004c26d79b550ca668ded9fea /src
parenta81e88055a701adf5f88a54a81a822609cc47b46 (diff)
Scripts/Misc: Attempt to fix the build
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/EasternKingdoms/Scholomance/boss_jandice_barov.cpp2
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