diff options
author | n0n4m3 <none@none> | 2009-12-19 19:10:14 +0100 |
---|---|---|
committer | n0n4m3 <none@none> | 2009-12-19 19:10:14 +0100 |
commit | 12dd4b709ce318b7a0dd1b10200daf0c606f008c (patch) | |
tree | 6ae75000618c96aefa447daa430c9c7a5231de93 /src/game/Unit.h | |
parent | 73081c18c06581c2f8d874107b47addcd26d1fda (diff) |
Set creatures PvP state flag based on creature faction and renamerelated enum. by NoFantasy
--HG--
branch : trunk
Diffstat (limited to 'src/game/Unit.h')
-rw-r--r-- | src/game/Unit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Unit.h b/src/game/Unit.h index 86db0262a06..f1e0aeecd86 100644 --- a/src/game/Unit.h +++ b/src/game/Unit.h @@ -226,7 +226,7 @@ enum SheathState #define MAX_SHEATH_STATE 3 // byte (1 from 0..3) of UNIT_FIELD_BYTES_2 -enum UnitBytes2_Flags +enum UnitPVPStateFlags { UNIT_BYTE2_FLAG_PVP = 0x01, UNIT_BYTE2_FLAG_UNK1 = 0x02, |