Core/Players: Reenable transmog
Port From (https://github.com/TrinityCore/TrinityCore/commit/d27d0e0e3c004e7562c63b9527035095efd30974)
This commit is contained in:
@@ -2888,6 +2888,107 @@ namespace Framework.Constants
|
||||
NoRepGainModifiers = 0x10
|
||||
}
|
||||
|
||||
public enum GameRule
|
||||
{
|
||||
NoDebuffLimit = 1,
|
||||
CharNameReservationEnabled = 2,
|
||||
MaxCharReservationsPerRealm = 3,
|
||||
MaxAccountCharReservationsPerContentset = 4,
|
||||
EtaRealmLaunchTime = 5,
|
||||
TrivialGroupXPPercent = 7,
|
||||
CharReservationsPerRealmReopenThreshold = 8,
|
||||
DisablePct = 9,
|
||||
HardcoreRuleset = 10,
|
||||
ReplaceAbsentGmSeconds = 11,
|
||||
ReplaceGmRankLastOnlineSeconds = 12,
|
||||
GameMode = 13,
|
||||
CharacterlessLogin = 14,
|
||||
NoMultiboxing = 15,
|
||||
VanillaNpcKnockback = 16,
|
||||
Runecarving = 17,
|
||||
TalentRespecCostMin = 18,
|
||||
TalentRespecCostMax = 19,
|
||||
TalentRespecCostStep = 20,
|
||||
VanillaRageGenerationModifier = 21,
|
||||
SelfFoundAllowed = 22,
|
||||
DisableHonorDecay = 23,
|
||||
MaxLootDropLevel = 25,
|
||||
MicrobarScale = 26,
|
||||
MaxUnitNameDistance = 27,
|
||||
MaxNameplateDistance = 28,
|
||||
UserAddonsDisabled = 29,
|
||||
UserScriptsDisabled = 30,
|
||||
NonPlayerNameplateScale = 31,
|
||||
ForcedPartyFrameScale = 32,
|
||||
CustomActionbarOverlayHeightOffset = 33,
|
||||
ForcedChatLanguage = 34,
|
||||
LandingPageFactionID = 35,
|
||||
CollectionsPanelDisabled = 36,
|
||||
CharacterPanelDisabled = 37,
|
||||
SpellbookPanelDisabled = 38,
|
||||
TalentsPanelDisabled = 39,
|
||||
AchievementsPanelDisabled = 40,
|
||||
CommunitiesPanelDisabled = 41,
|
||||
EncounterJournalDisabled = 42,
|
||||
FinderPanelDisabled = 43,
|
||||
StoreDisabled = 44,
|
||||
HelpPanelDisabled = 45,
|
||||
GuildsDisabled = 46,
|
||||
QuestLogMicrobuttonDisabled = 47,
|
||||
MapPlunderstormCircle = 48,
|
||||
AfterDeathSpectatingUI = 49,
|
||||
FrontEndChat = 50,
|
||||
UniversalNameplateOcclusion = 51,
|
||||
FastAreaTriggerTick = 52,
|
||||
AllPlayersAreFastMovers = 53,
|
||||
IgnoreChrclassDisabledFlag = 54,
|
||||
CharacterCreateUseFixedBackgroundModel = 55,
|
||||
ForceAlteredFormsOn = 56,
|
||||
PlayerNameplateDifficultyIcon = 57,
|
||||
PlayerNameplateAlternateHealthColor = 58,
|
||||
AlwaysAllowAlliedRaces = 59,
|
||||
ActionbarIconIntroDisabled = 60,
|
||||
ReleaseSpiritGhostDisabled = 61,
|
||||
DeleteItemConfirmationDisabled = 62,
|
||||
ChatLinkLevelToastsDisabled = 63,
|
||||
BagsUIDisabled = 64,
|
||||
PetBattlesDisabled = 65,
|
||||
PerksProgramActivityTrackingDisabled = 66,
|
||||
MaximizeWorldMapDisabled = 67,
|
||||
WorldMapTrackingOptionsDisabled = 68,
|
||||
WorldMapTrackingPinDisabled = 69,
|
||||
WorldMapHelpPlateDisabled = 70,
|
||||
QuestLogPanelDisabled = 71,
|
||||
QuestLogSuperTrackingDisabled = 72,
|
||||
TutorialFrameDisabled = 73,
|
||||
IngameMailNotificationDisabled = 74,
|
||||
IngameCalendarDisabled = 75,
|
||||
IngameTrackingDisabled = 76,
|
||||
IngameWhoListDisabled = 77,
|
||||
RaceAlteredFormsDisabled = 78,
|
||||
IngameFriendsListDisabled = 79,
|
||||
MacrosDisabled = 80,
|
||||
CompactRaidFrameManagerDisabled = 81,
|
||||
EditModeDisabled = 82,
|
||||
InstanceDifficultyBannerDisabled = 83,
|
||||
FullCharacterCreateDisabled = 84,
|
||||
TargetFrameBuffsDisabled = 85,
|
||||
UnitFramePvPContextualDisabled = 86,
|
||||
BlockWhileSheathedAllowed = 88,
|
||||
VanillaAccountMailInstant = 91,
|
||||
ClearMailOnRealmTransfer = 92,
|
||||
PremadeGroupFinderStyle = 93,
|
||||
PlunderstormAreaSelection = 94,
|
||||
GroupFinderCapabilities = 98,
|
||||
WorldMapLegendDisabled = 99,
|
||||
WorldMapFrameStrata = 100,
|
||||
MerchantFilterDisabled = 101,
|
||||
SummoningStones = 108,
|
||||
TransmogEnabled = 109,
|
||||
MailGameRule = 132,
|
||||
LootMethodStyle = 157,
|
||||
}
|
||||
|
||||
public enum GlobalCurve
|
||||
{
|
||||
CritDiminishing = 0,
|
||||
|
||||
Reference in New Issue
Block a user