mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
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:
@@ -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);
|
||||
Reference in New Issue
Block a user