mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-15 00:06:11 +00:00
5
data/sql/updates/db_world/2023_12_10_02.sql
Normal file
5
data/sql/updates/db_world/2023_12_10_02.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2023_12_10_01 -> 2023_12_10_02
|
||||
--
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|1 WHERE `entry` IN (21225, 21230, 21873, 21865);
|
||||
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|1|2|4|8|16|32|64|256|512|1024|2048|4096|8192|65536|131072|4194304|8388608|67108864|536870912 WHERE `entry` = 21218;
|
||||
3
data/sql/updates/db_world/2023_12_10_03.sql
Normal file
3
data/sql/updates/db_world/2023_12_10_03.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2023_12_10_02 -> 2023_12_10_03
|
||||
--
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|1073741824 WHERE `entry` IN (21964, 21965, 21966);
|
||||
Reference in New Issue
Block a user