mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
14
data/sql/updates/db_world/2024_06_28_00.sql
Normal file
14
data/sql/updates/db_world/2024_06_28_00.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
-- DB update 2024_06_27_03 -> 2024_06_28_00
|
||||
--
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id` IN (33802,38609,31943,62821,62807,51103,69146,70823,70824,70825);
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES
|
||||
(33802, 536870912),
|
||||
(38609, 536870912),
|
||||
(31943, 536870912),
|
||||
(62821, 536870912),
|
||||
(62807, 536870912),
|
||||
(51103, 536870912),
|
||||
(69146, 536870912),
|
||||
(70823, 536870912),
|
||||
(70824, 536870912),
|
||||
(70825, 536870912);
|
||||
Reference in New Issue
Block a user