diff options
| -rw-r--r-- | sql/updates/8318_world_spell_bonus_data.sql | 2 | ||||
| -rw-r--r-- | sql/world.sql | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sql/updates/8318_world_spell_bonus_data.sql b/sql/updates/8318_world_spell_bonus_data.sql new file mode 100644 index 00000000000..c262f5e5c05 --- /dev/null +++ b/sql/updates/8318_world_spell_bonus_data.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_bonus_data` WHERE `entry`=59637; +INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES (59637, 0.15, -1, 0, -1, 'Mage - Mirror Image Fire Blast'); diff --git a/sql/world.sql b/sql/world.sql index 79b3c49386d..ee5620c3b4e 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -4915,7 +4915,7 @@ INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`a (11366, 1.15, 0.05, -1, -1, 'Mage - Pyroblast'), (2948, 0.4286, -1, -1, -1, 'Mage - Scorch'), (59638, 0.3, -1, 0, -1, 'Mage - Mirror Image Frostbolt'), -(59637, 0.3, -1, 0, -1, 'Mage - Mirror Image Fire Blast'), +(59637, 0.15, -1, 0, -1, 'Mage - Mirror Image Fire Blast'), (31935, 0.07, -1, 0.07, -1, 'Paladin - Avenger Shield'), (53742, -1, 0.0176, -1, 0.03, 'Paladin - Blood Corruption'), (26573, -1, 0.04, -1, 0.04, 'Paladin - Consecration'), @@ -4934,7 +4934,6 @@ INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`a (32220, 0.0833, -1, 0.0533, -1, 'Paladin - Judgement of Blood Self'), (20467, 0.25, -1, 0.16, -1, 'Paladin - Judgement of Command'), (53733, 0.22, -1, 0.14, -1, 'Paladin - Judgement of Corruption'), -(20267, 0.1, -1, 0.1, -1, 'Paladin - Judgement of Light Proc'), -- (20187, 0.4, -1, 0.25, -1, 'Paladin - Judgement of Righteousness'), (20187, 0, 0, 0, 0, 'Paladin - Judgement of Righteousness'), (53726, 0.25, -1, 0.16, -1, 'Paladin - Judgement of the Martyr Enemy'), |
