Core/BattlePets: Improvements when enabling battle pets

Port From (https://github.com/TrinityCore/TrinityCore/commit/0a8f79ad5ad5afbf6a6aedc9ad46c3b774877b31)
This commit is contained in:
hondacrx
2021-12-16 13:10:24 -05:00
parent f7023cb290
commit da41af6279
5 changed files with 29 additions and 14 deletions
@@ -0,0 +1,5 @@
DELETE FROM `spell_learn_spell` WHERE `entry` = 125610;
INSERT INTO `spell_learn_spell` (`entry`, `SpellID`, `Active`) VALUES
(125610,119467,1),
(125610,122026,1),
(125610,125439,1);