diff options
| author | Vincent-Michael <vincent_michael@gmx.de> | 2015-08-25 13:19:40 +0200 |
|---|---|---|
| committer | Vincent-Michael <vincent_michael@gmx.de> | 2015-08-25 13:20:54 +0200 |
| commit | ca5c5221ba8376d152a4c8216afd922924475802 (patch) | |
| tree | 2d87a88326549fa060cc3aaf4fb23c20badd8133 /src | |
| parent | ec5700c2a25e64842a9d3f81b48535b349a9d466 (diff) | |
Core/Unit: Updated ReactStates for WoD
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/game/Entities/Unit/Unit.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/game/Entities/Unit/Unit.h b/src/server/game/Entities/Unit/Unit.h index 8789e98561b..de38e50c378 100644 --- a/src/server/game/Entities/Unit/Unit.h +++ b/src/server/game/Entities/Unit/Unit.h @@ -1120,7 +1120,8 @@ enum ReactStates { REACT_PASSIVE = 0, REACT_DEFENSIVE = 1, - REACT_AGGRESSIVE = 2 + REACT_AGGRESSIVE = 2, + REACT_ASSIST = 3 }; enum CommandStates |
