mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
fix(DB/Spells): Fixed Hunter T3 4P bonus. (#12597)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=28757;
|
||||
INSERT INTO `spell_linked_spell` VALUES
|
||||
(28757,28758,0,'Stalker\'s Ally');
|
||||
Reference in New Issue
Block a user