Core/Misc: Update misc enums to 8.3
Port From (https://github.com/TrinityCore/TrinityCore/commit/1542425ec82de56c67c4952760075cf4620d324d)
This commit is contained in:
@@ -122,7 +122,8 @@ namespace Framework.Constants
|
||||
CharNameConsecutiveSpaces = 93,
|
||||
CharNameRussianConsecutiveSilentCharacters = 94,
|
||||
CharNameRussianSilentCharacterAtBeginningOrEnd = 95,
|
||||
CharNameDeclensionDoesntMatchBaseName = 96
|
||||
CharNameDeclensionDoesntMatchBaseName = 96,
|
||||
CharNameSpacesDisallowed = 97
|
||||
}
|
||||
|
||||
public enum CharacterUndeleteResult
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1181,6 +1181,7 @@ namespace Game.Entities
|
||||
public uint linkedTrap; // 20 linkedTrap, References: GameObjects, NoValue = 0
|
||||
public uint PlayOpenAnimationonOpening; // 21 Play Open Animation on Opening, enum { false, true, }; Default: false
|
||||
public uint turnpersonallootsecurityoff; // 22 turn personal loot security off, enum { false, true, }; Default: false
|
||||
public uint ClearObjectVignetteonOpening; // 23 Clear Object Vignette on Opening, enum { false, true, }; Default: false
|
||||
}
|
||||
|
||||
public struct challengemodereward
|
||||
|
||||
Reference in New Issue
Block a user