From c64c834c5035f9ad81f24bfcf02d7af5801531fb Mon Sep 17 00:00:00 2001 From: megamage Date: Fri, 15 May 2009 14:10:31 -0500 Subject: *Fix build. --HG-- branch : trunk --- src/game/AggressorAI.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/game/AggressorAI.cpp') diff --git a/src/game/AggressorAI.cpp b/src/game/AggressorAI.cpp index 556b24da9ad..22ebe87cdc6 100644 --- a/src/game/AggressorAI.cpp +++ b/src/game/AggressorAI.cpp @@ -71,7 +71,6 @@ void SpellAI::EnterCombat(Unit *who) else if(AISpellInfo[*i].condition == AICOND_COMBAT) events.ScheduleEvent(*i, AISpellInfo[*i].cooldown + rand()%AISpellInfo[*i].cooldown); } - i_creature.ResetDamageByPlayers(); } void SpellAI::UpdateAI(const uint32 diff) -- cgit v1.2.3