diff --git a/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_brutallus.cpp b/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_brutallus.cpp index a51a33f10..f04d21333 100644 --- a/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_brutallus.cpp +++ b/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_brutallus.cpp @@ -65,7 +65,7 @@ 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); }