mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
7
data/sql/updates/db_world/2023_12_25_01.sql
Normal file
7
data/sql/updates/db_world/2023_12_25_01.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- DB update 2023_12_25_00 -> 2023_12_25_01
|
||||
--
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 37546;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES
|
||||
(37546, 2147483648);
|
||||
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` |131072 WHERE `entry` = 21215;
|
||||
Reference in New Issue
Block a user