mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 23:56:25 +00:00
4
data/sql/updates/db_world/2024_01_29_00.sql
Normal file
4
data/sql/updates/db_world/2024_01_29_00.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- DB update 2024_01_23_00 -> 2024_01_29_00
|
||||
-- 20033 and 20034 were 1|2048 and 20047 was 2048
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = 0 WHERE `entry` IN (20033, 20034);
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = 256|33554432 WHERE `entry` = 20047;
|
||||
Reference in New Issue
Block a user