aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormegamage <none@none>2009-05-18 14:50:29 -0500
committermegamage <none@none>2009-05-18 14:50:29 -0500
commit609f7bd6b97875cf8fcbe38b8615908d896f3684 (patch)
tree47c88198fffc9edd73879b5b451b28e644b76ac8
parent3449432e380c7214089fc065f08d28173798b7de (diff)
*Add a missing part of sql of 3391. By nesocip
--HG-- branch : trunk
-rw-r--r--sql/updates/3394_world_spell_bonus_data.sql (renamed from sql/updates/3391_world_spell_bonus_data.sql)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/3391_world_spell_bonus_data.sql b/sql/updates/3394_world_spell_bonus_data.sql
index aa876760aee..d960ae5ca06 100644
--- a/sql/updates/3391_world_spell_bonus_data.sql
+++ b/sql/updates/3394_world_spell_bonus_data.sql
@@ -1,4 +1,4 @@
-DELETE FROM `spell_bonus_data` WHERE `entry` IN (50288,50294,53191,53188,53194,53189,53195,53190);
+DELETE FROM `spell_bonus_data` WHERE `entry` IN (48505,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'),