mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-16 08:46:09 +00:00
3
data/sql/updates/db_world/2023_12_12_02.sql
Normal file
3
data/sql/updates/db_world/2023_12_12_02.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2023_12_12_01 -> 2023_12_12_02
|
||||
--
|
||||
UPDATE `creature_template` set `mechanic_immune_mask`=`mechanic_immune_mask`&~(64|1024) WHERE `entry` = 22056;
|
||||
3
data/sql/updates/db_world/2023_12_12_03.sql
Normal file
3
data/sql/updates/db_world/2023_12_12_03.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2023_12_12_02 -> 2023_12_12_03
|
||||
--
|
||||
UPDATE `spell_target_position` SET `PositionZ` = 72.985199 WHERE `ID` IN (38489, 38490, 38492, 38493);
|
||||
Reference in New Issue
Block a user