mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-12 03:33:54 +00:00
fix(DB/Spells): allow Armor Disruption from Netherstrand Longbow to stack (#18398)
initial
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
--
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id`=36482;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (36482, 4194304);
|
||||
Reference in New Issue
Block a user