Changeset 178 for trunk/src/game/OutdoorPvPObjectiveAI.cpp
- Timestamp:
- 11/19/08 13:43:40 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/OutdoorPvPObjectiveAI.cpp
r102 r178 51 51 void OutdoorPvPObjectiveAI::AttackStart(Unit *) 52 52 { 53 EnterEvadeMode();53 //EnterEvadeMode(); 54 54 } 55 55 56 56 void OutdoorPvPObjectiveAI::EnterEvadeMode() 57 57 { 58 i_creature.DeleteThreatList();59 i_creature.CombatStop();58 // i_creature.DeleteThreatList(); 59 // i_creature.CombatStop(); 60 60 } 61 61