diff options
author | maximius <none@none> | 2009-10-27 17:07:40 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-10-27 17:07:40 -0700 |
commit | 86c7bbc8bb0f48fb98fb8aad7de2a404bd4d00ea (patch) | |
tree | cc35f9ade1b1d831d01544e55e25c11d5ba645f9 /src/game/SharedDefines.h | |
parent | 9bcb6695af74c57b6f089f46e25b023712b8f02a (diff) |
*Cleanup..
--HG--
branch : trunk
Diffstat (limited to 'src/game/SharedDefines.h')
-rw-r--r-- | src/game/SharedDefines.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/SharedDefines.h b/src/game/SharedDefines.h index c21ac2069a8..adc5f5ce78a 100644 --- a/src/game/SharedDefines.h +++ b/src/game/SharedDefines.h @@ -534,7 +534,7 @@ enum Language LANG_ZOMBIE = 36, LANG_GNOMISH_BINARY = 37, LANG_GOBLIN_BINARY = 38, - LANG_ADDON = 0xFFFFFFFF // used by addons, in 2.4.0 not exit, replaced by messagetype? + LANG_ADDON = 0xFFFFFFFF // used by addons, in 2.4.0 not exist, replaced by messagetype? }; #define LANGUAGES_COUNT 19 @@ -1945,8 +1945,8 @@ enum CreatureTypeFlags CREATURE_TYPEFLAGS_UNK15 = 0x04000, //? Possibly not in use CREATURE_TYPEFLAGS_ENGINEERLOOT = 0x08000, //can be looted by engineer CREATURE_TYPEFLAGS_EXOTIC = 0x10000, //can be tamed by hunter as exotic pet - CREATURE_TYPEFLAGS_UNK18 = 0x20000, //? Related to veichles/pvp? - CREATURE_TYPEFLAGS_UNK19 = 0x40000, //? Related to veichle/siege weapons? + CREATURE_TYPEFLAGS_UNK18 = 0x20000, //? Related to vehicles/pvp? + CREATURE_TYPEFLAGS_UNK19 = 0x40000, //? Related to vehicles/siege weapons? CREATURE_TYPEFLAGS_UNK20 = 0x80000 }; |