@@ -7,7 +7,7 @@ CREATE TABLE `zone_difficulty_spelloverrides` (
7
7
` Comment` TEXT
8
8
);
9
9
10
- DELETE FROM ` zone_difficulty_spelloverrides` WHERE ` SpellID` IN (53652 , 53654 , 52752 , 47753 , 18562 , 25516 , 36240 , 31850 , 31851 , 31852 , 66235 , 37641 , 37036 , 36132 , 37120 , 33031 , 34121 , 35181 , 31249 , 31250 , 31304 , 31341 , 31944 , 31608 , 39878 , 42052 , 40314 , 40175 , 40175 , 41303 , 41360 , 40827 , 40869 , 40870 , 40871 , 41001 , 42005 , 41078 , 41131 );
10
+ DELETE FROM ` zone_difficulty_spelloverrides` WHERE ` SpellID` IN (53652 , 53654 , 52752 , 47753 , 18562 , 25516 , 36240 , 31850 , 31851 , 31852 , 66235 , 37641 , 37036 , 36132 , 37120 , 33031 , 34121 , 35181 , 36971 , 31249 , 31250 , 31304 , 31341 , 31944 , 31608 , 39878 , 42052 , 40314 , 40175 , 40175 , 41303 , 41360 , 40827 , 40869 , 40870 , 40871 , 41001 , 42005 , 41078 , 41131 );
11
11
INSERT INTO ` zone_difficulty_spelloverrides` (` SpellID` , ` MapId` , ` NerfValue` , ` ModeMask` , ` Comment` ) VALUES
12
12
(53652 , 0 , 1 , 65 , ' Beacon of Light - Skip nerf.' ),
13
13
(53654 , 0 , 1 , 65 , ' Beacon of Light 2 (Flash of Light, Holy Shock) - Skip nerf.' ),
@@ -28,6 +28,7 @@ INSERT INTO `zone_difficulty_spelloverrides` (`SpellID`, `MapId`, `NerfValue`, `
28
28
(33031 , 550 , 1 .15 , 65 , ' Tempest Keep - Solarian \' Arcane Missiles\' ' ),
29
29
(34121 , 550 , 1 , 65 , ' Tempest Keep - Al\' ar Flame Buffet' ),
30
30
(35181 , 550 , 2 , 65 , ' Tempest Keep - Al\' ar Dive Bomb spread damage' ),
31
+ (36971 , 550 , 1 , 65 , ' Tempest Keep - Grand Astromancer Capernian - Fireball' ),
31
32
(31249 , 534 , 1 , 65 , ' The Battle For Mount Hyjal - Rage Winterchill - Icebolt' ),
32
33
(31250 , 534 , 1 , 65 , ' The Battle For Mount Hyjal - Rage Winterchill - Frost Nova' ),
33
34
(31304 , 534 , 1 , 65 , ' The Battle For Mount Hyjal - Azgalor infernal - Immolation' ),
0 commit comments