mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 12:22:39 +01:00
Boss/Script: Fix an error in a previous commit
Closes #24160 Closes #24161
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user