Core/Misc: 9.1.5 enum updates
Port From (https://github.com/TrinityCore/TrinityCore/commit/82c2365782f3d8f3d896160a1df6b5fa47058986)
This commit is contained in:
@@ -105,24 +105,26 @@ namespace Framework.Constants
|
||||
CharLoginLockedByRevokedVasTransaction = 76,
|
||||
CharLoginLockedByRestriction = 77,
|
||||
|
||||
CharNameSuccess = 78,
|
||||
CharNameFailure = 79,
|
||||
CharNameNoName = 80,
|
||||
CharNameTooShort = 81,
|
||||
CharNameTooLong = 82,
|
||||
CharNameInvalidCharacter = 83,
|
||||
CharNameMixedLanguages = 84,
|
||||
CharNameProfane = 85,
|
||||
CharNameReserved = 86,
|
||||
CharNameInvalidApostrophe = 87,
|
||||
CharNameMultipleApostrophes = 88,
|
||||
CharNameThreeConsecutive = 89,
|
||||
CharNameInvalidSpace = 90,
|
||||
CharNameConsecutiveSpaces = 91,
|
||||
CharNameRussianConsecutiveSilentCharacters = 92,
|
||||
CharNameRussianSilentCharacterAtBeginningOrEnd = 93,
|
||||
CharNameDeclensionDoesntMatchBaseName = 94,
|
||||
CharNameSpacesDisallowed = 95
|
||||
CharLoginLockedForRealmPlaytype = 78,
|
||||
|
||||
CharNameSuccess = 79,
|
||||
CharNameFailure = 80,
|
||||
CharNameNoName = 81,
|
||||
CharNameTooShort = 82,
|
||||
CharNameTooLong = 83,
|
||||
CharNameInvalidCharacter = 84,
|
||||
CharNameMixedLanguages = 85,
|
||||
CharNameProfane = 86,
|
||||
CharNameReserved = 87,
|
||||
CharNameInvalidApostrophe = 88,
|
||||
CharNameMultipleApostrophes = 89,
|
||||
CharNameThreeConsecutive = 90,
|
||||
CharNameInvalidSpace = 91,
|
||||
CharNameConsecutiveSpaces = 92,
|
||||
CharNameRussianConsecutiveSilentCharacters = 93,
|
||||
CharNameRussianSilentCharacterAtBeginningOrEnd = 94,
|
||||
CharNameDeclensionDoesntMatchBaseName = 95,
|
||||
CharNameSpacesDisallowed = 96,
|
||||
}
|
||||
|
||||
public enum CharacterUndeleteResult
|
||||
|
||||
Reference in New Issue
Block a user