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:
parent
dea49d8332
commit
f6cfe1d402
1 changed files with 5 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue