mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
3
data/sql/updates/db_world/2022_10_14_01.sql
Normal file
3
data/sql/updates/db_world/2022_10_14_01.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_10_14_00 -> 2022_10_14_01
|
||||
--
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|33554432 WHERE `entry` = 15517;
|
||||
4
data/sql/updates/db_world/2022_10_14_02.sql
Normal file
4
data/sql/updates/db_world/2022_10_14_02.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- DB update 2022_10_14_01 -> 2022_10_14_02
|
||||
--
|
||||
UPDATE `creature_template` SET `flags_extra` = 0 WHERE `entry` IN (14882, 14883, 14825, 13996);
|
||||
UPDATE `creature_template` SET `flags_extra` = 33554432 WHERE (`entry` = 15264);
|
||||
Reference in New Issue
Block a user