aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2016-09-14 23:30:39 -0300
committerGitHub <noreply@github.com>2016-09-14 23:30:39 -0300
commit96d18b335cd5166ce53ea101ea162521a884bb05 (patch)
tree93b12e71451b1eefda85052c201bc729d18164a2
parent96a74aa8d775b5c8c3df7f17c55b0197db0511ca (diff)
DB/Spell: remove SP scaling for Glyph of Holy Light
-rw-r--r--sql/updates/world/3.3.5/2016_09_15_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_15_00_world.sql b/sql/updates/world/3.3.5/2016_09_15_00_world.sql
new file mode 100644
index 00000000000..2be88e204e1
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_09_15_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_bonus_data` WHERE `entry`=54968;
+INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
+(54968, 0, 0, 0, 0, 'Glyph of Holy Light');