Core/DataStores: Updated structures to 9.2.5

Port From (https://github.com/TrinityCore/TrinityCore/commit/6c8ef045a52723618b91c565ae6c3efc711e7581)
This commit is contained in:
hondacrx
2022-06-03 20:12:36 -04:00
parent 4efe624af1
commit 5ead95eb9f
16 changed files with 74 additions and 36 deletions
@@ -76,6 +76,7 @@ namespace Framework.Constants
EpicQuality = 0x100,
LegendaryQuality = 0x200,
ArtifactQuality = 0x400,
LegendaryCraftedItemOnly = 0x800,
}
public enum AuctionHouseSortOrder
+5 -3
View File
@@ -74,7 +74,8 @@ namespace Framework.Constants
LRF = 2,
Scenario = 3,
Flex = 4,
WorldPvP = 5
WorldPvP = 5,
ScheduledPvp = 6, // pvp brawl
}
public enum LfgLockStatusType
@@ -114,9 +115,10 @@ namespace Framework.Constants
None = 0,
Dungeon = 1,
Raid = 2,
Quest = 3,
Zone = 4,
Quest = 5,
RandomDungeon = 6
Heroic = 5,
Random = 6
}
public enum LfgProposalState
@@ -528,6 +528,10 @@ namespace Framework.Constants
ModHealingTakenFromCaster = 504,
ModPlayerChoiceRerolls = 505, // NYI
DisableInertia = 506, // NYI
Unk507 = 507,
Unk508 = 508,
Unk509 = 509,
ModifiedRaidInstance = 510, // Related to "Fated" raid affixes
Total
}
@@ -2757,6 +2757,7 @@ namespace Framework.Constants
Unk149 = 149,
UnitOwnCritter = 150, // own battle pet from UNIT_FIELD_CRITTER
Unk151 = 151,
Unk152 = 152,
TotalSpellTargets
}
public enum SpellTargetSelectionCategories