diff options
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 |
