diff options
Diffstat (limited to 'src/game/Unit.h')
| -rw-r--r-- | src/game/Unit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Unit.h b/src/game/Unit.h index 6f58e8655c4..8e5d9237951 100644 --- a/src/game/Unit.h +++ b/src/game/Unit.h @@ -363,6 +363,7 @@ enum UnitState UNIT_STAT_DISTRACTED = 0x1000, UNIT_STAT_ISOLATED = 0x2000, // area auras do not affect other players UNIT_STAT_ATTACK_PLAYER = 0x4000, + UNIT_STAT_CASTING = 0x8000, UNIT_STAT_ALL_STATE = 0xffff //(UNIT_STAT_STOPPED | UNIT_STAT_MOVING | UNIT_STAT_IN_COMBAT | UNIT_STAT_IN_FLIGHT) }; |
