mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Revert "Core/Spells: Fix hunter talent "Kindred Spirits" for 4.3.4"
This reverts commit 97608aeff7.
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
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);
|
||||
@@ -0,0 +1 @@
|
||||
DELETE FROM `spell_pet_auras` WHERE `spell` IN (56314,56315);
|
||||
Reference in New Issue
Block a user