diff options
author | Shauren <shauren.trinity@gmail.com> | 2022-05-12 00:11:40 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-05-12 00:11:40 +0200 |
commit | 19b052d939ade28e95a6aed405a620a6ee966af8 (patch) | |
tree | c39bc03b7899a452ce92b4b06768451f0c607985 | |
parent | 088db0103f8fba9c54928ce1fdab61ce44c3bcd1 (diff) |
Core/Misc: Name more invisibility types
-rw-r--r-- | src/server/game/Miscellaneous/SharedDefines.h | 80 |
1 files changed, 40 insertions, 40 deletions
diff --git a/src/server/game/Miscellaneous/SharedDefines.h b/src/server/game/Miscellaneous/SharedDefines.h index 018d2bb5c3a..20107d2e581 100644 --- a/src/server/game/Miscellaneous/SharedDefines.h +++ b/src/server/game/Miscellaneous/SharedDefines.h @@ -2351,46 +2351,46 @@ enum StealthType enum InvisibilityType { - INVISIBILITY_GENERAL = 0, - INVISIBILITY_UNK1 = 1, - INVISIBILITY_UNK2 = 2, - INVISIBILITY_TRAP = 3, - INVISIBILITY_UNK4 = 4, - INVISIBILITY_UNK5 = 5, - INVISIBILITY_DRUNK = 6, - INVISIBILITY_UNK7 = 7, - INVISIBILITY_UNK8 = 8, - INVISIBILITY_UNK9 = 9, - INVISIBILITY_UNK10 = 10, - INVISIBILITY_UNK11 = 11, - INVISIBILITY_UNK12 = 12, - INVISIBILITY_TRA13 = 13, - INVISIBILITY_UNK14 = 14, - INVISIBILITY_UNK15 = 15, - INVISIBILITY_UNK16 = 16, - INVISIBILITY_UNK17 = 17, - INVISIBILITY_UNK18 = 18, - INVISIBILITY_UNK19 = 19, - INVISIBILITY_UNK20 = 20, - INVISIBILITY_UNK21 = 21, - INVISIBILITY_UNK22 = 22, - INVISIBILITY_TRA23 = 23, - INVISIBILITY_UNK24 = 24, - INVISIBILITY_UNK25 = 25, - INVISIBILITY_UNK26 = 26, - INVISIBILITY_UNK27 = 27, - INVISIBILITY_UNK28 = 28, - INVISIBILITY_UNK29 = 29, - INVISIBILITY_UNK30 = 30, - INVISIBILITY_UNK31 = 31, - INVISIBILITY_UNK32 = 32, - INVISIBILITY_UNK33 = 33, - INVISIBILITY_UNK34 = 34, - INVISIBILITY_UNK35 = 35, - INVISIBILITY_UNK36 = 36, - INVISIBILITY_UNK37 = 37, - - TOTAL_INVISIBILITY_TYPES = 38 + INVISIBILITY_GENERAL = 0, + INVISIBILITY_UNK1 = 1, + INVISIBILITY_UNK2 = 2, + INVISIBILITY_TRAP = 3, + INVISIBILITY_UNK4 = 4, + INVISIBILITY_UNK5 = 5, + INVISIBILITY_DRUNK = 6, + INVISIBILITY_QUEST_ZONE_SPECIFIC_1 = 7, + INVISIBILITY_QUEST_ZONE_SPECIFIC_2 = 8, + INVISIBILITY_QUEST_ZONE_SPECIFIC_3 = 9, + INVISIBILITY_UNK10 = 10, + INVISIBILITY_UNK11 = 11, + INVISIBILITY_QUEST_ZONE_SPECIFIC_4 = 12, + INVISIBILITY_QUEST_ZONE_SPECIFIC_5 = 13, + INVISIBILITY_QUEST_ZONE_SPECIFIC_6 = 14, + INVISIBILITY_QUEST_ZONE_SPECIFIC_7 = 15, + INVISIBILITY_QUEST_ZONE_SPECIFIC_8 = 16, + INVISIBILITY_QUEST_ZONE_SPECIFIC_9 = 17, + INVISIBILITY_QUEST_ZONE_SPECIFIC_10 = 18, + INVISIBILITY_QUEST_ZONE_SPECIFIC_11 = 19, + INVISIBILITY_QUEST_ZONE_SPECIFIC_12 = 20, + INVISIBILITY_QUEST_ZONE_SPECIFIC_13 = 21, + INVISIBILITY_QUEST_ZONE_SPECIFIC_14 = 22, + INVISIBILITY_QUEST_ZONE_SPECIFIC_15 = 23, + INVISIBILITY_QUEST_ZONE_SPECIFIC_16 = 24, + INVISIBILITY_QUEST_ZONE_SPECIFIC_17 = 25, + INVISIBILITY_QUEST_ZONE_SPECIFIC_18 = 26, + INVISIBILITY_QUEST_ZONE_SPECIFIC_19 = 27, + INVISIBILITY_QUEST_ZONE_SPECIFIC_20 = 28, + INVISIBILITY_QUEST_ZONE_SPECIFIC_21 = 29, + INVISIBILITY_QUEST_ZONE_SPECIFIC_22 = 30, + INVISIBILITY_QUEST_ZONE_SPECIFIC_23 = 31, + INVISIBILITY_QUEST_ZONE_SPECIFIC_24 = 32, + INVISIBILITY_QUEST_ZONE_SPECIFIC_25 = 33, + INVISIBILITY_QUEST_ZONE_SPECIFIC_26 = 34, + INVISIBILITY_QUEST_ZONE_SPECIFIC_27 = 35, + INVISIBILITY_QUEST_ZONE_SPECIFIC_28 = 36, + INVISIBILITY_QUEST_ZONE_SPECIFIC_29 = 37, + + TOTAL_INVISIBILITY_TYPES = 38 }; enum ServerSideVisibilityType |