aboutsummaryrefslogtreecommitdiff
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
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
-rw-r--r--sql/updates/8371_spell_bonus_data.sql6
-rw-r--r--sql/world.sql4
2 files changed, 10 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');
diff --git a/sql/world.sql b/sql/world.sql
index 1ffddac5426..9497ad3e5c2 100644
--- a/sql/world.sql
+++ b/sql/world.sql
@@ -4988,6 +4988,8 @@ INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`a
(34914, -1, 0.4, -1, -1, 'Priest - Vampiric Touch'),
(7001, -1, 0.3333, -1, -1, 'Priest - Lightwell Renew Rank 1'),
(63675, 0, 0, 0, 0, 'Priest - Improved Devouring Plague'),
+(56131, 0, 0, 0, 0, 'Priest - Glyph of Dispel Magic'),
+(56160, 0, 0, 0, 0, 'Priest - Glyph of Power Word: Shield'),
(2818, -1, -1, -1, 0.03, 'Rogue - Deadly Poison Rank 1($AP*0.12 / number of ticks)'),
(2819, -1, -1, -1, 0.03, 'Rogue - Deadly Poison Rank 2($AP*0.12 / number of ticks)'),
(11353, -1, -1, -1, 0.03, 'Rogue - Deadly Poison Rank 3($AP*0.12 / number of ticks)'),
@@ -5066,6 +5068,8 @@ INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`a
(25530, 0.1667, -1, -1, -1, 'Shaman - Searing Totem Attack Rank 7'),
(58700, 0.1667, -1, -1, -1, 'Shaman - Searing Totem Attack Rank 8'),
(58701, 0.1667, -1, -1, -1, 'Shaman - Searing Totem Attack Rank 9'),
+(52752, 0, 0, 0, 0, 'Ancestral Awakening'),
+(55533, 0, 0, 0, 0, 'Shaman - Glyph of Healing Wave'),
(50796, 0.7139, -1, -1, -1, 'Warlock - Chaos Bolt'),
(17962, 0, 0, 0, 0, 'Warlock - Conflagrate'),
(172, -1, 0.2, -1, -1, 'Warlock - Corruption'),