Core/Misc: Update various enums for 9.2
Port From (https://github.com/TrinityCore/TrinityCore/commit/ce49d5615bd041700a253239c864a18f87e79216)
This commit is contained in:
@@ -76,55 +76,56 @@ namespace Framework.Constants
|
|||||||
CharCreateCharacterInCommunity = 49,
|
CharCreateCharacterInCommunity = 49,
|
||||||
CharCreateNewPlayer = 50,
|
CharCreateNewPlayer = 50,
|
||||||
|
|
||||||
CharDeleteInProgress = 51,
|
CharCreateNameReservationFull = 51,
|
||||||
CharDeleteSuccess = 52,
|
|
||||||
CharDeleteFailed = 53,
|
|
||||||
CharDeleteFailedLockedForTransfer = 54,
|
|
||||||
CharDeleteFailedGuildLeader = 55,
|
|
||||||
CharDeleteFailedArenaCaptain = 56,
|
|
||||||
CharDeleteFailedHasHeirloomOrMail = 57,
|
|
||||||
CharDeleteFailedUpgradeInProgress = 58,
|
|
||||||
CharDeleteFailedHasWowToken = 59,
|
|
||||||
CharDeleteFailedVasTransactionInProgress = 60,
|
|
||||||
CharDeleteFailedCommunityOwner = 61,
|
|
||||||
|
|
||||||
CharLoginInProgress = 62,
|
CharDeleteInProgress = 52,
|
||||||
CharLoginSuccess = 63,
|
CharDeleteSuccess = 53,
|
||||||
CharLoginNoWorld = 64,
|
CharDeleteFailed = 54,
|
||||||
CharLoginDuplicateCharacter = 65,
|
CharDeleteFailedLockedForTransfer = 55,
|
||||||
CharLoginNoInstances = 66,
|
CharDeleteFailedGuildLeader = 56,
|
||||||
CharLoginFailed = 67,
|
CharDeleteFailedArenaCaptain = 57,
|
||||||
CharLoginDisabled = 68,
|
CharDeleteFailedHasHeirloomOrMail = 58,
|
||||||
CharLoginNoCharacter = 69,
|
CharDeleteFailedUpgradeInProgress = 59,
|
||||||
CharLoginLockedForTransfer = 70,
|
CharDeleteFailedHasWowToken = 60,
|
||||||
CharLoginLockedByBilling = 71,
|
CharDeleteFailedVasTransactionInProgress = 61,
|
||||||
CharLoginLockedByMobileAh = 72,
|
CharDeleteFailedCommunityOwner = 62,
|
||||||
CharLoginTemporaryGmLock = 73,
|
|
||||||
CharLoginLockedByCharacterUpgrade = 74,
|
|
||||||
CharLoginLockedByRevokedCharacterUpgrade = 75,
|
|
||||||
CharLoginLockedByRevokedVasTransaction = 76,
|
|
||||||
CharLoginLockedByRestriction = 77,
|
|
||||||
|
|
||||||
CharLoginLockedForRealmPlaytype = 78,
|
CharLoginInProgress = 63,
|
||||||
|
CharLoginSuccess = 64,
|
||||||
|
CharLoginNoWorld = 65,
|
||||||
|
CharLoginDuplicateCharacter = 66,
|
||||||
|
CharLoginNoInstances = 67,
|
||||||
|
CharLoginFailed = 68,
|
||||||
|
CharLoginDisabled = 69,
|
||||||
|
CharLoginNoCharacter = 70,
|
||||||
|
CharLoginLockedForTransfer = 71,
|
||||||
|
CharLoginLockedByBilling = 72,
|
||||||
|
CharLoginLockedByMobileAh = 73,
|
||||||
|
CharLoginTemporaryGmLock = 74,
|
||||||
|
CharLoginLockedByCharacterUpgrade = 75,
|
||||||
|
CharLoginLockedByRevokedCharacterUpgrade = 76,
|
||||||
|
CharLoginLockedByRevokedVasTransaction = 77,
|
||||||
|
CharLoginLockedByRestriction = 78,
|
||||||
|
CharLoginLockedForRealmPlaytype = 79,
|
||||||
|
|
||||||
CharNameSuccess = 79,
|
CharNameSuccess = 80,
|
||||||
CharNameFailure = 80,
|
CharNameFailure = 81,
|
||||||
CharNameNoName = 81,
|
CharNameNoName = 82,
|
||||||
CharNameTooShort = 82,
|
CharNameTooShort = 83,
|
||||||
CharNameTooLong = 83,
|
CharNameTooLong = 84,
|
||||||
CharNameInvalidCharacter = 84,
|
CharNameInvalidCharacter = 85,
|
||||||
CharNameMixedLanguages = 85,
|
CharNameMixedLanguages = 86,
|
||||||
CharNameProfane = 86,
|
CharNameProfane = 87,
|
||||||
CharNameReserved = 87,
|
CharNameReserved = 88,
|
||||||
CharNameInvalidApostrophe = 88,
|
CharNameInvalidApostrophe = 89,
|
||||||
CharNameMultipleApostrophes = 89,
|
CharNameMultipleApostrophes = 90,
|
||||||
CharNameThreeConsecutive = 90,
|
CharNameThreeConsecutive = 91,
|
||||||
CharNameInvalidSpace = 91,
|
CharNameInvalidSpace = 92,
|
||||||
CharNameConsecutiveSpaces = 92,
|
CharNameConsecutiveSpaces = 93,
|
||||||
CharNameRussianConsecutiveSilentCharacters = 93,
|
CharNameRussianConsecutiveSilentCharacters = 94,
|
||||||
CharNameRussianSilentCharacterAtBeginningOrEnd = 94,
|
CharNameRussianSilentCharacterAtBeginningOrEnd = 95,
|
||||||
CharNameDeclensionDoesntMatchBaseName = 95,
|
CharNameDeclensionDoesntMatchBaseName = 96,
|
||||||
CharNameSpacesDisallowed = 96,
|
CharNameSpacesDisallowed = 97,
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum CharacterUndeleteResult
|
public enum CharacterUndeleteResult
|
||||||
|
|||||||
@@ -2074,7 +2074,11 @@ namespace Framework.Constants
|
|||||||
Alliance = 519,
|
Alliance = 519,
|
||||||
Horde = 520,
|
Horde = 520,
|
||||||
Meow = 521,
|
Meow = 521,
|
||||||
Boop = 522
|
Boop = 522,
|
||||||
|
Wince = 623,
|
||||||
|
Huzzah = 624,
|
||||||
|
Impressed = 625,
|
||||||
|
Magnificent = 626,
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum ExpectedStatType : byte
|
public enum ExpectedStatType : byte
|
||||||
|
|||||||
@@ -359,7 +359,8 @@ namespace Framework.Constants
|
|||||||
BloodBeast = 296,
|
BloodBeast = 296,
|
||||||
Camel = 298,
|
Camel = 298,
|
||||||
Courser = 299,
|
Courser = 299,
|
||||||
Mammoth = 300
|
Mammoth = 300,
|
||||||
|
Incubus = 302
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum InhabitType
|
public enum InhabitType
|
||||||
|
|||||||
@@ -50,7 +50,18 @@ namespace Framework.Constants
|
|||||||
Thalassian2 = 182,
|
Thalassian2 = 182,
|
||||||
Addon = 183,
|
Addon = 183,
|
||||||
AddonLogged = 184,
|
AddonLogged = 184,
|
||||||
Vulpera = 285
|
Vulpera = 285,
|
||||||
|
ComplexCipher = 287,
|
||||||
|
BasicCypher = 288,
|
||||||
|
Metrial = 290,
|
||||||
|
Altonian = 291,
|
||||||
|
Sopranian = 292,
|
||||||
|
Aealic = 293,
|
||||||
|
Dealic = 294,
|
||||||
|
Trebelim = 295,
|
||||||
|
Bassalim = 296,
|
||||||
|
EmbeddedLanguages = 297,
|
||||||
|
Unknowable = 298,
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum CypherStrings
|
public enum CypherStrings
|
||||||
|
|||||||
@@ -294,7 +294,14 @@ namespace Framework.Constants
|
|||||||
AbominableStitching = 593,
|
AbominableStitching = 593,
|
||||||
TimewalkingCampaign = 594,
|
TimewalkingCampaign = 594,
|
||||||
PathOfAscension = 595,
|
PathOfAscension = 595,
|
||||||
LegendaryCrafting = 596
|
LegendaryCrafting = 596,
|
||||||
|
Campaign91 = 600,
|
||||||
|
CyphersOfTheFirstOnes = 601,
|
||||||
|
ZerethMortisCampaign = 602,
|
||||||
|
TheArchivistsCodex = 603,
|
||||||
|
CovenantAssaults = 604,
|
||||||
|
ProtoformSynthesis = 606,
|
||||||
|
Ch6SymbolTracking = 607,
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum QuestFailedReasons
|
public enum QuestFailedReasons
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -357,7 +357,10 @@ namespace Framework.Constants
|
|||||||
AscensionCrafting = 2791,
|
AscensionCrafting = 2791,
|
||||||
PetMammoth = 2805,
|
PetMammoth = 2805,
|
||||||
PetCourser = 2806,
|
PetCourser = 2806,
|
||||||
PetCamel = 2807
|
PetCamel = 2807,
|
||||||
|
StygiaCrafting = 2811,
|
||||||
|
LanguageCypher = 2817,
|
||||||
|
PhotoformSynthesis = 2819,
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum SkillState
|
public enum SkillState
|
||||||
|
|||||||
@@ -1342,6 +1342,16 @@ namespace Framework.Constants
|
|||||||
YouMustBeAMemberOfTheVenthyrCovenantOrHaveReachedRenown80WithTheVenthyr = 622, // You Must Be A Member Of The Venthyr Covenant Or Have Reached Renown 80 With The Venthyr.
|
YouMustBeAMemberOfTheVenthyrCovenantOrHaveReachedRenown80WithTheVenthyr = 622, // You Must Be A Member Of The Venthyr Covenant Or Have Reached Renown 80 With The Venthyr.
|
||||||
YouAlreadyHaveThatMuchRenownWithYourActiveCovenant = 627, // You Already Have That Much Renown With Your Active Covenant.
|
YouAlreadyHaveThatMuchRenownWithYourActiveCovenant = 627, // You Already Have That Much Renown With Your Active Covenant.
|
||||||
CannotExceedTheMaximumForThatCurrency = 628, // Cannot Exceed The Maximum For That Currency.
|
CannotExceedTheMaximumForThatCurrency = 628, // Cannot Exceed The Maximum For That Currency.
|
||||||
|
RequiresAdditionalCosmicEnergy = 629, // Requires Additional Cosmic Energy.
|
||||||
|
RequiresArchitect = 630, // Requires Architect.
|
||||||
|
YouMustBeSittingToDoThat = 631, // You Must Be Sitting To Do That.
|
||||||
|
RequiresPollenCloud = 632, // Requires Pollen Cloud.
|
||||||
|
Requires5LostOvoids = 633, // Requires 5 Lost Ovoids.
|
||||||
|
YouHaveTooManyTemporaryEnhancements = 634, // You Have Too Many Temporary Enhancements.
|
||||||
|
YouHaveOtherWaysToSummonPocopoc = 635, // You Have Other Ways To Summon Pocopoc While In Zereth Mortis.
|
||||||
|
RequiresMoreSyllabicRecall = 636, // Requires More Syllabic Recall.
|
||||||
|
ThisBattlePetCannotRideOnMagicSaucer = 637, // This Battle Pet Is Unable To Ride On The Magic Saucer.
|
||||||
|
PocopocIsUnavailableOnQuestline = 640, // Pocopoc Is Unavailable To Summon During The Questline A Means To An End.
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum SpellMissInfo
|
public enum SpellMissInfo
|
||||||
|
|||||||
Reference in New Issue
Block a user