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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user