aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authormegamage <none@none>2009-02-09 19:55:58 -0600
committermegamage <none@none>2009-02-09 19:55:58 -0600
commita037917b999163153cf01e7e4ef8b86586ba75c8 (patch)
treee8fb30a02e9012217e7d9c79e1dacb6bb5a9329f /sql/updates
parent25cc99817bf8d167b414e538f31595171c7c32ff (diff)
[7242] Fixed spell 30482 and ranks spell bonus for triggered spell.
Signed-off-by: ApoC <apoc@nymfe.net> --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/7242_01_mangos_spell_bonus_data.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/7242_01_mangos_spell_bonus_data.sql b/sql/updates/7242_01_mangos_spell_bonus_data.sql
new file mode 100644
index 00000000000..9a5e8673907
--- /dev/null
+++ b/sql/updates/7242_01_mangos_spell_bonus_data.sql
@@ -0,0 +1,7 @@
+ALTER TABLE db_version CHANGE COLUMN required_7235_01_mangos_command required_7242_01_mangos_spell_bonus_data bit;
+
+DELETE FROM spell_bonus_data WHERE entry IN (34913, 43043, 43044);
+INSERT INTO spell_bonus_data VALUES
+ (34913, 0, 0, 0, 'Mage - Molten Armor Triggered Rank 1'),
+ (43043, 0, 0, 0, 'Mage - Molten Armor Triggered Rank 2'),
+ (43044, 0, 0, 0, 'Mage - Molten Armor Triggered Rank 3'); \ No newline at end of file