mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
3
data/sql/updates/db_world/2024_02_20_03.sql
Normal file
3
data/sql/updates/db_world/2024_02_20_03.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2024_02_20_02 -> 2024_02_20_03
|
||||
--
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` |33554432 WHERE `entry` = 20041;
|
||||
3
data/sql/updates/db_world/2024_02_20_04.sql
Normal file
3
data/sql/updates/db_world/2024_02_20_04.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2024_02_20_03 -> 2024_02_20_04
|
||||
-- Remove link to non-existing entry from SAI 17671
|
||||
UPDATE `smart_scripts` SET `link` = 0 WHERE `entryorguid` = 17671 AND `source_type` = 0 AND `id` = 0;
|
||||
Reference in New Issue
Block a user