Skip to content

Commit 8848e7d

Browse files
authored
add spelloverride for Tempest Keep - Grand Astromancer Capernian - Fireball (#55)
1 parent db79de2 commit 8848e7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data/sql/db-world/zone_difficulty_spelloverrides.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CREATE TABLE `zone_difficulty_spelloverrides` (
77
`Comment` TEXT
88
);
99

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);
1111
INSERT INTO `zone_difficulty_spelloverrides` (`SpellID`, `MapId`, `NerfValue`, `ModeMask`, `Comment`) VALUES
1212
(53652, 0, 1, 65, 'Beacon of Light - Skip nerf.'),
1313
(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`, `
2828
(33031, 550, 1.15, 65, 'Tempest Keep - Solarian \'Arcane Missiles\''),
2929
(34121, 550, 1, 65, 'Tempest Keep - Al\'ar Flame Buffet'),
3030
(35181, 550, 2, 65, 'Tempest Keep - Al\'ar Dive Bomb spread damage'),
31+
(36971, 550, 1, 65, 'Tempest Keep - Grand Astromancer Capernian - Fireball'),
3132
(31249, 534, 1, 65, 'The Battle For Mount Hyjal - Rage Winterchill - Icebolt'),
3233
(31250, 534, 1, 65, 'The Battle For Mount Hyjal - Rage Winterchill - Frost Nova'),
3334
(31304, 534, 1, 65, 'The Battle For Mount Hyjal - Azgalor infernal - Immolation'),

0 commit comments

Comments
 (0)