diff --git a/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_brutallus.cpp b/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_brutallus.cpp index 76e7804ef..a51a33f10 100644 --- a/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_brutallus.cpp +++ b/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_brutallus.cpp @@ -65,7 +65,10 @@ enum Misc struct boss_brutallus : public BossAI { - boss_brutallus(Creature* creature) : BossAI(creature, DATA_BRUTALLUS) { } + boss_brutallus(Creature* creature) : BossAI(creature, DATA_BRUTALLUS) + { + me->SetCorpseDelay(360); + } void Reset() override {