mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 06:06:23 +00:00
5
data/sql/updates/db_world/2023_04_18_03.sql
Normal file
5
data/sql/updates/db_world/2023_04_18_03.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2023_04_18_02 -> 2023_04_18_03
|
||||
--
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`|33554432 WHERE (`entry` IN (18708, 20657));
|
||||
|
||||
UPDATE `smart_scripts` SET `event_flags` = 1 WHERE (`entryorguid` = 18634) AND (`source_type` = 0) AND (`id` IN (3, 4));
|
||||
Reference in New Issue
Block a user