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:
parent
37431cd7a6
commit
48e35501a8
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 38510;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES
|
||||
(38510, 2147483648);
|
||||
Loading…
Add table
Add a link
Reference in a new issue