diff options
| author | Machiavelli <none@none> | 2009-04-19 21:16:11 +0200 |
|---|---|---|
| committer | Machiavelli <none@none> | 2009-04-19 21:16:11 +0200 |
| commit | b92eac3b273420598f96b6bf8f3da83cf6ccffe6 (patch) | |
| tree | 0ccfa6dbc4180172a1a30ab78cc2e5dd578e9e7a /src/game/CreatureAI.h | |
| parent | 2e7d8d35fe2d9d5237d44d017b455adc629db660 (diff) | |
Merge SD2 up to r967
--HG--
branch : trunk
Diffstat (limited to 'src/game/CreatureAI.h')
| -rw-r--r-- | src/game/CreatureAI.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/game/CreatureAI.h b/src/game/CreatureAI.h index 41e973f704c..c61a410d9b6 100644 --- a/src/game/CreatureAI.h +++ b/src/game/CreatureAI.h @@ -71,6 +71,12 @@ enum SelectAggroTarget SELECT_TARGET_FARTHEST, }; +enum SCEquip +{ + EQUIP_NO_CHANGE = -1, + EQUIP_UNEQUIP = 0 +}; + class TRINITY_DLL_SPEC UnitAI { protected: |
