diff options
author | Giacomo Pozzoni <giacomopoz@gmail.com> | 2020-02-15 22:13:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-15 22:13:46 +0100 |
commit | 127455ed4c2eaffeacfa288de1a4bf93b906de7b (patch) | |
tree | ad59a161b8e7aba004c26d79b550ca668ded9fea | |
parent | a81e88055a701adf5f88a54a81a822609cc47b46 (diff) |
Scripts/Misc: Attempt to fix the build
-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 |