aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.h
diff options
context:
space:
mode:
authorn0n4m3 <none@none>2009-12-19 19:10:14 +0100
committern0n4m3 <none@none>2009-12-19 19:10:14 +0100
commit12dd4b709ce318b7a0dd1b10200daf0c606f008c (patch)
tree6ae75000618c96aefa447daa430c9c7a5231de93 /src/game/Unit.h
parent73081c18c06581c2f8d874107b47addcd26d1fda (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.h2
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,