mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 06:36:24 +00:00
6
data/sql/updates/db_world/2023_11_08_02.sql
Normal file
6
data/sql/updates/db_world/2023_11_08_02.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2023_11_08_01 -> 2023_11_08_02
|
||||
-- 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