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:
Andrew 2024-07-04 19:23:01 -03:00 committed by GitHub
parent 37431cd7a6
commit 48e35501a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,4 @@
--
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 38510;
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES
(38510, 2147483648);