fix(DB/Custom): Carnivorous Bite, Sticky Ooze stack from different so… (#17648)

fix(DB/Custom): Carnivorous Bite, Sticky Ooze stack from different sources
This commit is contained in:
avarishd 2023-11-08 09:05:39 +02:00 committed by GitHub
parent dea49d8332
commit f6cfe1d402
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,5 @@
-- Carnivorous Bite, Sticky Ooze
DELETE FROM `spell_custom_attr` WHERE `spell_id` IN (30639,30494);
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES
(30639, 4194304),
(30494, 4194304);