Core/DataStores: Updated structures to 9.2.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/6c8ef045a52723618b91c565ae6c3efc711e7581)
This commit is contained in:
@@ -76,6 +76,7 @@ namespace Framework.Constants
|
||||
EpicQuality = 0x100,
|
||||
LegendaryQuality = 0x200,
|
||||
ArtifactQuality = 0x400,
|
||||
LegendaryCraftedItemOnly = 0x800,
|
||||
}
|
||||
|
||||
public enum AuctionHouseSortOrder
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user