Boss/Script: Fix an error in a previous commit

Closes #24160
Closes #24161
This commit is contained in:
Killyana
2020-02-16 00:50:36 +01:00
parent a3ea48af57
commit 854419becb

View File

@@ -68,7 +68,7 @@ public:
void JustDied(Unit* /*killer*/) override
{
Summons.DespawnAll();
DoCast(SPELL_DROP_JOURNAL);
DoCastSelf(SPELL_DROP_JOURNAL, true);
}
void UpdateAI(uint32 diff) override