diff options
author | megamage <none@none> | 2009-01-24 11:28:00 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-01-24 11:28:00 -0600 |
commit | 30f6b38941e907c20dbb68f514eaf1345082abd3 (patch) | |
tree | 883bbfd30c30a2ea093f07fe7195a5d74a7bc2a0 /src/game/Object.h | |
parent | f0ebb960642ad0fa43fa49fd3cc76f6516de6cd3 (diff) |
*Update to Mangos 7158.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Object.h')
-rw-r--r-- | src/game/Object.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Object.h b/src/game/Object.h index 2e29b4daec1..7db10b1d78d 100644 --- a/src/game/Object.h +++ b/src/game/Object.h @@ -73,6 +73,7 @@ enum TypeID TYPEID_AIGROUP = 8, TYPEID_AREATRIGGER = 9 }; +#define MAX_TYPEID 10 uint32 GuidHigh2TypeId(uint32 guid_hi); |