Changeset 18 for trunk/src/bindings/scripts/include/sc_creature.cpp
- Timestamp:
- 11/19/08 13:23:29 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bindings/scripts/include/sc_creature.cpp
r13 r18 36 36 if (!InCombat) 37 37 { 38 InCombat = true; 38 39 Aggro(who); 39 InCombat = true;40 40 } 41 41 } … … 55 55 if (!InCombat) 56 56 { 57 InCombat = true; 57 58 Aggro(who); 58 InCombat = true;59 59 } 60 60 } … … 583 583 if (!InCombat) 584 584 { 585 InCombat = true; 585 586 Aggro(who); 586 InCombat = true;587 587 } 588 588 } … … 602 602 if (!InCombat) 603 603 { 604 InCombat = true; 604 605 Aggro(who); 605 InCombat = true;606 606 } 607 607 }