From 58aa146a4796aa547879f9c5a48a1fa274a9ee1b Mon Sep 17 00:00:00 2001 From: johnholiver Date: Fri, 6 May 2011 16:16:38 -0300 Subject: Core/Scripts: Remove a small debug message from Brutallus code. --- src/server/scripts/EasternKingdoms/SunwellPlateau/boss_brutallus.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_brutallus.cpp b/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_brutallus.cpp index f26c03bb142..950d5f2731d 100644 --- a/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_brutallus.cpp +++ b/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_brutallus.cpp @@ -155,7 +155,6 @@ public: { if (!Intro || IsIntro) return; - sLog->outError("Start Intro"); Creature *Madrigosa = Unit::GetCreature(*me, pInstance ? pInstance->GetData64(DATA_MADRIGOSA) : 0); if (Madrigosa) { @@ -167,7 +166,8 @@ public: me->SetFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NON_ATTACKABLE); me->Attack(Madrigosa, true); Madrigosa->Attack(me, true); - }else + } + else { //Madrigosa not found, end intro sLog->outError("Madrigosa was not found"); @@ -180,7 +180,6 @@ public: me->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NON_ATTACKABLE); Intro = false; IsIntro = false; - sLog->outError("End Intro"); } void AttackStart(Unit* pWho) -- cgit v1.2.3