aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_01_04_04_world_2020_05_11_01_world.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_04_04_world_2020_05_11_01_world.sql b/sql/updates/world/master/2022_01_04_04_world_2020_05_11_01_world.sql
new file mode 100644
index 00000000000..9ddb0b5bed0
--- /dev/null
+++ b/sql/updates/world/master/2022_01_04_04_world_2020_05_11_01_world.sql
@@ -0,0 +1,9 @@
+-- Ulduar - Arm Dead Damage Kologarn difficult modes
+-- DELETE FROM `spelldifficulty_dbc` WHERE `id` =63629;
+-- INSERT INTO `spelldifficulty_dbc`(`id`,`spellid0`,`spellid1`) VALUES
+-- (63629,63629,63979);
+-- Ulduar - Arm Dead Damage Kologarn should ignore armor
+DELETE FROM `spell_custom_attr` WHERE `entry` IN (63629,63979);
+INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES
+(63629, 32768), -- 10
+(63979, 32768); -- 25