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
+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