diff options
| author | Drahy <none@none> | 2009-07-27 08:19:08 +0200 |
|---|---|---|
| committer | Drahy <none@none> | 2009-07-27 08:19:08 +0200 |
| commit | 45a1439f4057c46288e40d844e71c727039eb4f5 (patch) | |
| tree | ddf9e9c63a66d579d559f5e2ddc6894a5cc90cc0 /sql/updates | |
| parent | 67250953ba4e17b6b2e2dbc90448f8607a351387 (diff) | |
* Added ap bonus for Druid - Swipe (Bear)
* Correct comment for Pet Skill - Bear (Swipe)
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/4602_world_spell_bonus_data.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/4602_world_spell_bonus_data.txt b/sql/updates/4602_world_spell_bonus_data.txt new file mode 100644 index 00000000000..ac604e4624f --- /dev/null +++ b/sql/updates/4602_world_spell_bonus_data.txt @@ -0,0 +1,7 @@ +DELETE FROM `spell_bonus_data` WHERE `entry`=779;
+INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
+('779', '-1', '-1', '0.063', '-1', 'Druid - Swipe (Bear)');
+
+DELETE FROM `spell_bonus_data` WHERE `entry`=50256;
+INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
+(50256, -1, -1, 0.08, -1, 'Pet Skills - Bear (Swipe)'),
\ No newline at end of file |
