aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authormegamage <none@none>2009-04-13 17:28:44 -0500
committermegamage <none@none>2009-04-13 17:28:44 -0500
commit3a2e58f81ad59365f91f265e382409f34f025b5e (patch)
tree0a91353815b36b68eafe7291f363d2b95e7079e2 /sql/updates
parentcf37e7ca4c6f4b3aaa81736b711c7f597b348917 (diff)
[7662] Spell power coefficients for talent 48505 and ranks. Author: nos4r2zod
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/7662_02_mangos_spell_bonus_data.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/7662_02_mangos_spell_bonus_data.sql b/sql/updates/7662_02_mangos_spell_bonus_data.sql
new file mode 100644
index 00000000000..8aa04924f8e
--- /dev/null
+++ b/sql/updates/7662_02_mangos_spell_bonus_data.sql
@@ -0,0 +1,6 @@
+ALTER TABLE db_version CHANGE COLUMN required_7662_01_mangos_spell_chain required_7662_02_mangos_spell_bonus_data bit;
+
+DELETE FROM `spell_bonus_data` WHERE entry IN (50288, 50294);
+INSERT INTO `spell_bonus_data` VALUES
+(50288, 0.05, 0, 0, "Druid - Starfall"),
+(50294, 0.012, 0, 0, "Druid - Starfall AOE");