Scripts/Misc: Attempt to fix the build

This commit is contained in:
Giacomo Pozzoni
2020-02-15 22:13:46 +01:00
committed by GitHub
parent a81e88055a
commit 127455ed4c

View File

@@ -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