diff options
| author | megamage <none@none> | 2009-05-18 10:22:43 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-05-18 10:22:43 -0500 |
| commit | e45c57f298acfb496947be150dd379e3f39bc673 (patch) | |
| tree | 58714c920cd9b9265ee2b5512f281ff3e927fa29 /sql | |
| parent | a57d52fa28dd547b136862ccd313690de0c5dee2 (diff) | |
*Fix the bug that startfall aoe damage also apply on direct target.
*Add starfall spell bonus for other ranks. By Uruviel and Nesocip.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/3391_world_spell_bonus_data.sql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/3391_world_spell_bonus_data.sql b/sql/updates/3391_world_spell_bonus_data.sql new file mode 100644 index 00000000000..aa876760aee --- /dev/null +++ b/sql/updates/3391_world_spell_bonus_data.sql @@ -0,0 +1,10 @@ +DELETE FROM `spell_bonus_data` WHERE `entry` IN (50288,50294,53191,53188,53194,53189,53195,53190); +INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `comments`) VALUES +(50288, 0.05, 0, 0, 'Druid - Starfall rank 1'), +(50294, 0.012, 0, 0, 'Druid - Starfall AOE rank 1'), +(53191, 0.05, 0, 0, 'Druid - Starfall rank 2'), +(53188, 0.012, 0, 0, 'Druid - Starfall AOE rank 2'), +(53194, 0.05, 0, 0, 'Druid - Starfall rank 3'), +(53189, 0.012, 0, 0, 'Druid - Starfall AOE rank 3'), +(53195, 0.05, 0, 0, 'Druid - Starfall rank 4'), +(53190, 0.012, 0, 0, 'Druid - Starfall AOE rank 4'); |
