aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2016-09-14 00:59:53 -0300
committerGitHub <noreply@github.com>2016-09-14 00:59:53 -0300
commite74614f41ed83a974b92943a57c7ed7a3e562415 (patch)
treeb98978b0c652af5209679fb40e670c87428f8e35
parenta7afb476332b227dcb886a7ba727be7a226c37a4 (diff)
DB/Spell: remove SP scaling for Sheath of Light HoT
-rw-r--r--sql/updates/world/3.3.5/2016_09_14_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_14_00_world.sql b/sql/updates/world/3.3.5/2016_09_14_00_world.sql
new file mode 100644
index 00000000000..44e633c6467
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_09_14_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_bonus_data` WHERE `entry`=54203;
+INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
+(54203, 0, 0, 0, 0, 'Sheath of Light');