diff options
| author | Nay <dnpd.dd@gmail.com> | 2013-08-05 22:55:06 +0100 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2013-08-05 22:55:06 +0100 |
| commit | 2bd4049890175b392a642e6f701ec178c3e5cd43 (patch) | |
| tree | a1c265201e73c634455b6f51869e45606681904e /src/server/game/Entities/Unit | |
| parent | df6e66555b9951b3257c75cfbc240ea612e366aa (diff) | |
Scripts/Commands: Fix compile (v2)
Diffstat (limited to 'src/server/game/Entities/Unit')
| -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 8a1eb78250b..56f4e7142a2 100644 --- a/src/server/game/Entities/Unit/Unit.h +++ b/src/server/game/Entities/Unit/Unit.h @@ -628,7 +628,8 @@ enum UnitFlags UNIT_FLAG_UNK_28 = 0x10000000, UNIT_FLAG_UNK_29 = 0x20000000, // used in Feing Death spell UNIT_FLAG_SHEATHE = 0x40000000, - UNIT_FLAG_UNK_31 = 0x80000000 + UNIT_FLAG_UNK_31 = 0x80000000, + MAX_UNIT_FLAGS = 33 }; // Value masks for UNIT_FIELD_FLAGS_2 |
