Core/Spells: Implemented spell effect 204 (SPELL_EFFECT_CHANGE_BATTLEPET_QUALITY)

Port From (https://github.com/TrinityCore/TrinityCore/commit/c4fee8c5cf85aeddc45aad18d7a944efa59022bd)
This commit is contained in:
hondacrx
2022-01-05 20:38:57 -05:00
parent 13f73adf73
commit 5e0fd36ada
4 changed files with 128 additions and 0 deletions
@@ -57,6 +57,7 @@ namespace Framework.Constants
public const int SpellBattlePetTraining = 125610;
public const int SpellReviveBattlePets = 125439;
public const int SpellSummonBattlePet = 118301;
public const int MaxBattlePetLevel = 25;
public static TimeSpan ReviveBattlePetsCooldown = TimeSpan.FromSeconds(180);
/// <summary>