Core/DataStores: 9.1.0 db2 structures

Port From (https://github.com/TrinityCore/TrinityCore/commit/ce1046a8fd0f04aad6c414786949269fffea88f3)
This commit is contained in:
hondacrx
2021-08-08 14:40:42 -04:00
parent 491ec3333c
commit 7ca12d9793
28 changed files with 323 additions and 128 deletions
@@ -701,7 +701,7 @@ namespace Framework.Constants
// 227 - 0 Criterias
ApplyConduit = 228,
ConvertItemsToCurrency = 229,
TotalTypes = 230
TotalTypes = 232
}
public enum CriteriaDataType
+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 = 337;
public const int TaxiMaskSize = 338;
// corpse reclaim times
public const int DeathExpireStep = (5 * Time.Minute);
+1 -1
View File
@@ -49,7 +49,7 @@ namespace Framework.Constants
/// <summary>
/// BattlePets Const
/// </summary>
public const int MaxBattlePetSpeciesId = 3084;
public const int MaxBattlePetSpeciesId = 3159;
public const int MaxPetBattleSlots = 3;
public const int MaxBattlePetsPerSpecies = 3;
public const int BattlePetCageItemId = 82800;
@@ -525,6 +525,8 @@ namespace Framework.Constants
ModCriticalDamageTakenFromCaster = 501,
ModVersatilityDamageDoneBenefit = 502, // NYI
ModVersatilityHealingDoneBenefit = 503, // NYI
ModHealingTakenFromCaster = 504,
ModPlayerChoiceRerolls = 505, // NYI
Total
}
@@ -2369,6 +2369,8 @@ namespace Framework.Constants
LearnSoulbindConduit = 281,
ConvertItemsToCurrency = 282,
CompleteCampaign = 283, // Flags all quests as completed that are assigned to campaign (MiscValueA)
SendChatMessage = 284, // MiscValue[0] = BroadcastTextID, MiscValue[1] = ChatType
ModifyKeystone2 = 285,
TotalSpellEffects
}