aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorJohn Holiver <none@none>2010-06-02 18:21:13 -0300
committerJohn Holiver <none@none>2010-06-02 18:21:13 -0300
commit9f28faa29b63693a39d56d953b0f1af3cff3ba07 (patch)
treeaae66d882f633f6e6fa3a2d3c518359b31764f68 /sql/updates
parentdd24d8031286f7448b0ee79c03a6657ba5f6d8d7 (diff)
* Fix some spells that were benefiting from spellpower when they shouldn't.
- Glyph of Dispel Magic - Glyph of Power Word: Shield - Glyph of Healing Wave - Ancestral Awakening --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/8371_spell_bonus_data.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/8371_spell_bonus_data.sql b/sql/updates/8371_spell_bonus_data.sql
new file mode 100644
index 00000000000..5b72884b34c
--- /dev/null
+++ b/sql/updates/8371_spell_bonus_data.sql
@@ -0,0 +1,6 @@
+DELETE FROM `spell_bonus_data` WHERE `entry` IN (56131,56160,52725,55533);
+INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
+(56131, 0, 0, 0, 0, 'Priest - Glyph of Dispel Magic'),
+(56160, 0, 0, 0, 0, 'Priest - Glyph of Power Word: Shield'),
+(52752, 0, 0, 0, 0, 'Ancestral Awakening'),
+(55533, 0, 0, 0, 0, 'Shaman - Glyph of Healing Wave');