Core/Spells: Fix hunter talent "Kindred Spirits" for 4.3.4

This commit is contained in:
Vincent-Michael
2013-07-23 14:54:21 +02:00
parent 193d71f158
commit 97608aeff7
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `spell_pet_auras WHERE `spell` IN (56314,56315);
INSERT INTO `spell_pet_auras` (`spell`, `effectId`, `pet`, `aura`) VALUES
(56314, 0, 0, 88680),
(56315 , 0, 0, 88680);