diff options
author | MacWarrior <macwarrior94@gmail.com> | 2011-12-26 00:04:41 +0100 |
---|---|---|
committer | MacWarrior <macwarrior94@gmail.com> | 2011-12-26 00:04:41 +0100 |
commit | cf6f2ae0fe14c99c838d5ab80fa7d8ff385d3787 (patch) | |
tree | 13f08cd77717d1ae765c68d2dd238acbb1c32438 | |
parent | bc4194ff238a49878ef2f9e60e13af25f8656fd8 (diff) |
Update sql/updates/world/2011_12_16_00_world_spell_bonus_data.sql
-rw-r--r-- | sql/updates/world/2011_12_16_00_world_spell_bonus_data.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2011_12_16_00_world_spell_bonus_data.sql b/sql/updates/world/2011_12_16_00_world_spell_bonus_data.sql index 3250bda4fdb..5864b9ac042 100644 --- a/sql/updates/world/2011_12_16_00_world_spell_bonus_data.sql +++ b/sql/updates/world/2011_12_16_00_world_spell_bonus_data.sql @@ -2,4 +2,4 @@ DELETE FROM `spell_bonus_data` WHERE `entry` IN (13376,57984); INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`,`ap_bonus`, `ap_dot_bonus`, `comments`) VALUES (13376,0.032,-1,-1,-1,'Greater Fire Elemental - Fire Shield'), -(57984,0.4289,-1,-1,-1,'Greater Fire Elemental - Fire Blast');
\ No newline at end of file +(57984,0.4289,-1,-1,-1,'Greater Fire Elemental - Fire Blast'); |