Skip to content

Commit 6f9f8f6

Browse files
committed
SWP instance data
1 parent 6c90e22 commit 6f9f8f6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

data/sql/db-world/zone_difficulty_info_content.sql

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ INSERT INTO `zone_difficulty_info` (`MapId`, `PhaseMask`, `HealingNerfValue`, `A
88
(249, 0, '0.50', '0.50', '1.40', '1.40', 0, 'ONY Healing 50% / Absorb 50% Nerf / 40% physical & 40% spell damage buff'),
99
(409, 0, '0.50', '0.50', '1.50', '1.50', 0, 'MC Healing 50% / Absorb 50% Nerf / 50% physical & 50% spell damage buff'),
1010
-- TBC Raids
11-
(565, 0, '0.90', '0.90', '1.10', '1.10', 1, 'Normal Mode Gruul Healing 90% / Absorb 90% Nerf / 10% physical & 10% spell damage buff'),
12-
(565, 0, '0.80', '0.80', '1.20', '1.20', 64, 'Mythic Mode Gruul Healing 80% / Absorb 80% Nerf / 20% physical & 20% spell damage buff'),
13-
(544, 0, '0.90', '0.90', '1.10', '1.10', 1, 'Normal Mode Magtheridon Healing 90% / Absorb 90% Nerf / 10% physical & 10% spell damage buff'),
14-
(544, 0, '0.80', '0.80', '1.20', '1.20', 64, 'Mythic Mode Magtheridon Healing 80% / Absorb 80% Nerf / 20% physical & 20% spell damage buff'),
11+
(565, 0, 0.90, 0.90, 1.10, 1.10, 1, 'Normal Mode Gruul Healing 90% / Absorb 90% Nerf / 10% physical & 10% spell damage buff'),
12+
(565, 0, 0.80, 0.80, 1.20, 1.20, 64, 'Mythic Mode Gruul Healing 80% / Absorb 80% Nerf / 20% physical & 20% spell damage buff'),
13+
(544, 0, 0.90, 0.90, 1.10, 1.10, 1, 'Normal Mode Magtheridon Healing 90% / Absorb 90% Nerf / 10% physical & 10% spell damage buff'),
14+
(544, 0, 0.80, 0.80, 1.20, 1.20, 64, 'Mythic Mode Magtheridon Healing 80% / Absorb 80% Nerf / 20% physical & 20% spell damage buff'),
1515
(532, 0, 0.75, 0.75, 1.15, 1.15, 1, 'Karazhan'),
1616
(548, 0, 0.75, 0.75, 1.30, 1.30, 1, 'Serpentshrine Cavern'),
1717
(534, 0, 0.85, 0.85, 1.35, 1.2, 1, 'The Battle For Mount Hyjal'),
@@ -20,6 +20,8 @@ INSERT INTO `zone_difficulty_info` (`MapId`, `PhaseMask`, `HealingNerfValue`, `A
2020
(564, 0, 0.75, 0.75, 1.34, 1.32, 64, 'Mythic Mode Black Temple Healing 75% / Absorb 75% Nerf / 34% physical & 32% spell damage buff'),
2121
(568, 0, 0.75, 0.75, 1.20, 1.15, 1, 'Normal ZA Healing 75% / Absorb 75% Nerf / 20% physical & 15% spell damage buff'),
2222
(568, 0, 0.75, 0.75, 1.34, 1.32, 64, 'Mythic ZA Healing 75% / Absorb 75% Nerf / 34% physical & 32% spell damage buff'),
23+
(580, 0, 0.75, 0.75, 1.20, 1.15, 1, 'Normal SWP Healing 75% / Absorb 75% Nerf / 20% physical & 15% spell damage buff'),
24+
(580, 0, 0.75, 0.75, 1.34, 1.32, 64, 'Mythic SWP Healing 75% / Absorb 75% Nerf / 34% physical & 32% spell damage buff'),
2325
-- TBC Heroics
2426
(269, 0, '0.90', '0.90', '1.20', '1.10', 0, 'Heroic Mode Black Morass Healing 90% / Absorb 90% Nerf / 20% physical & 10% spell damage buff'),
2527
-- (269, 0, '0.80', '0.80', '1.30', '1.20', 64, 'Mythic Mode Black Morass Healing 80% / Absorb 80% Nerf / 30% physical & 20% spell damage buff'),

0 commit comments

Comments
 (0)