Core/DataStores: Updated db2 structures to 9.2.0

Port From (https://github.com/TrinityCore/TrinityCore/commit/7fbdd6473e5c67d002029d3c3675977e6b037e88)
This commit is contained in:
hondacrx
2022-05-10 09:23:07 -04:00
parent 0bbabbd667
commit af276ca0c4
10 changed files with 32 additions and 18 deletions
@@ -421,6 +421,10 @@ namespace Framework.Constants
PlayerBestWeeklyWinPvpTierInBracketEqualOrGreaterThan = 325, // (Mainline) Player has best weekly win at or above "{@PVP_TIER_ENUM}" for "{@PVP_BRACKET}"
PlayerHasVanillaCollectorsEdition = 326, // Player has Vanilla Collector's Edition
PlayerHasItemWithKeystoneLevelModifierEqualOrGreaterThan = 327,
PlayerMythicPlusRatingInDisplaySeasonEqualOrGreaterThan = 329, /*NYI*/ // Player has Mythic+ Rating of at least "{#DungeonScore}" in {DisplaySeason}
MythicPlusRatingIsInTop01Percent = 334, // top 0.1% rating
}
public enum CriteriaFailEvent : byte
@@ -709,6 +713,7 @@ namespace Framework.Constants
ObtainAnyItemWithCurrencyValue = 229, /*NYI*/ // Obtain Any Item With Currency Value "{CurrencyTypes}"
MythicPlusRatingAttained = 230, /*NYI*/ // (Player) Mythic+ Rating "{#DungeonScore}" attained
SpentTalentPoint = 231, /*NYI*/ // (Player) spent talent point
MythicPlusDisplaySeasonEnded = 234, /*NYI*/ // {DisplaySeason}
Count
}
+1 -1
View File
@@ -1798,7 +1798,7 @@ namespace Framework.Constants
DontDismissWhenEncounterIsAborted = 0x80000000 // NYI
}
public enum TaxiNodeFlags : byte
public enum TaxiNodeFlags : ushort
{
Alliance = 0x1,
Horde = 0x2,
+1 -1
View File
@@ -45,7 +45,7 @@ namespace Framework.Constants
public const uint infinityCooldownDelayCheck = Time.Month / 2;
public const int MaxPlayerSummonDelay = 2 * Time.Minute;
public const int TaxiMaskSize = 339;
public const int TaxiMaskSize = 345;
// corpse reclaim times
public const int DeathExpireStep = (5 * Time.Minute);
@@ -527,6 +527,7 @@ namespace Framework.Constants
ModVersatilityHealingDoneBenefit = 503, // NYI
ModHealingTakenFromCaster = 504,
ModPlayerChoiceRerolls = 505, // NYI
DisableInertia = 506, // NYI
Total
}
@@ -2418,6 +2418,8 @@ namespace Framework.Constants
ModifyKeystone2 = 285,
GrantBattlepetExperience = 286,
SetGarrisonFollowerLevel = 287,
Unk288 = 288,
Unk289 = 289,
TotalSpellEffects
}