+1
@@ -1,2 +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.
|
-- Majestic Dragon Figurine (60524): allow instant HoT casts to trigger the item proc.
|
||||||
UPDATE `spell_proc` SET `SpellTypeMask` = 7 WHERE `SpellId` = 60524;
|
UPDATE `spell_proc` SET `SpellTypeMask` = 7 WHERE `SpellId` = 60524;
|
||||||
+1
@@ -1,3 +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.
|
-- 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` = -405 WHERE `entry` IN (16017, 16018, 29347, 29353);
|
||||||
UPDATE `creature_template` SET `CreatureImmunitiesId` = -93 WHERE `entry` IN (16029, 29356);
|
UPDATE `creature_template` SET `CreatureImmunitiesId` = -93 WHERE `entry` IN (16029, 29356);
|
||||||
Reference in New Issue
Block a user