Core/BattlePets: Improvements when enabling battle pets
Port From (https://github.com/TrinityCore/TrinityCore/commit/0a8f79ad5ad5afbf6a6aedc9ad46c3b774877b31)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user