fix(DB/Spells): Allow Sablemane's Sleeping Powder to bypass stun immu… (#19280)
fix(DB/Spells): Allow Sablemane's Sleeping Powder to bypass stun immunity
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
--
|
||||||
|
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 38510;
|
||||||
|
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES
|
||||||
|
(38510, 2147483648);
|
||||||
Reference in New Issue
Block a user