fix(DB/Spells): allow Armor Disruption from Netherstrand Longbow to stack (#18398)

initial
This commit is contained in:
Dan 2024-02-25 15:48:37 +01:00 committed by GitHub
parent 9ae497677c
commit 441e53e89b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,3 @@
--
DELETE FROM `spell_custom_attr` WHERE `spell_id`=36482;
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (36482, 4194304);