Skip to content

Commit 6f26311

Browse files
authored
Reduce both physical/spell damage buff for Naxxramas. (#73)
1 parent 946946b commit 6f26311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/sql/db-world/zone_difficulty_info_content.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ INSERT INTO `zone_difficulty_info` (`MapId`, `PhaseMask`, `HealingNerfValue`, `A
7272
-- Duels in Forbidding Sea (Wetlands)
7373
-- (2147483647, 0, '0.80', '0.80', '0.70', '0.70', 1, 'Zone 2402 Duel Healing 20% / Absorb 20% Nerf / 30% physical & spell damage nerf');
7474
-- Naxxramas
75-
(533, 0, 1.0, 1.0, 1.20, 1.15, 1, 'Naxxramas 20% physical & 15% spell damage buff');
75+
(533, 0, 1.0, 1.0, 1.1, 1.1, 1, 'Naxxramas 10% physical & 10% spell damage buff');

0 commit comments

Comments
 (0)