From ae71f23dd69404accbc35d72b540d3a932a97ba6 Mon Sep 17 00:00:00 2001 From: Liberate Date: Thu, 27 May 2010 13:01:25 +0200 Subject: Fixes Mirror Image damage. Also adds some sql's to world.sql which I forgot in my previous commits. Fixes issue 2349 --HG-- branch : trunk --- sql/updates/8316_world_spell_bonus_data.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/8316_world_spell_bonus_data.sql (limited to 'sql/updates') diff --git a/sql/updates/8316_world_spell_bonus_data.sql b/sql/updates/8316_world_spell_bonus_data.sql new file mode 100644 index 00000000000..bad80f0cd4c --- /dev/null +++ b/sql/updates/8316_world_spell_bonus_data.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_bonus_data` WHERE `entry` IN (59638, 59637); +INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES +(59638, 0.3, -1, 0, -1, 'Mage - Mirror Image Frostbolt'), +(59637, 0.3, -1, 0, -1, 'Mage - Mirror Image Fire Blast'); -- cgit v1.2.3