diff options
| author | Liberate <none@none> | 2010-05-27 13:01:25 +0200 |
|---|---|---|
| committer | Liberate <none@none> | 2010-05-27 13:01:25 +0200 |
| commit | ae71f23dd69404accbc35d72b540d3a932a97ba6 (patch) | |
| tree | 80a605800efb9a3c0812bc21c6336bdbac90fdd3 /sql/updates | |
| parent | 2c1b9ad8a0daf6a468d3bc5f7b1d202b91be91c1 (diff) | |
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
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/8316_world_spell_bonus_data.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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'); |
