mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
3
data/sql/updates/db_world/2026_07_22_04.sql
Normal file
3
data/sql/updates/db_world/2026_07_22_04.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2026_07_22_03 -> 2026_07_22_04
|
||||
-- Majestic Dragon Figurine (60524): allow instant HoT casts to trigger the item proc.
|
||||
UPDATE `spell_proc` SET `SpellTypeMask` = 7 WHERE `SpellId` = 60524;
|
||||
4
data/sql/updates/db_world/2026_07_22_05.sql
Normal file
4
data/sql/updates/db_world/2026_07_22_05.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- DB update 2026_07_22_04 -> 2026_07_22_05
|
||||
-- Set Patchwork Golem and Bile Retcher stun immunity and Sludge Belcher stunnable for Naxxramas 10/25.
|
||||
UPDATE `creature_template` SET `CreatureImmunitiesId` = -405 WHERE `entry` IN (16017, 16018, 29347, 29353);
|
||||
UPDATE `creature_template` SET `CreatureImmunitiesId` = -93 WHERE `entry` IN (16029, 29356);
|
||||
Reference in New Issue
Block a user