From ba3202f078aac76ff2248feca01405b7275808e1 Mon Sep 17 00:00:00 2001 From: ariel- Date: Thu, 15 Sep 2016 02:05:31 -0300 Subject: DB/Spell: remove SP scaling for Swift Hand of Justice heal --- sql/updates/world/3.3.5/2016_09_15_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_09_15_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_09_15_01_world.sql b/sql/updates/world/3.3.5/2016_09_15_01_world.sql new file mode 100644 index 00000000000..f58c32095e3 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_15_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_bonus_data` WHERE `entry`=59913; +INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES +(59913, 0, 0, 0, 0, 'Swift Hand of Justice - Heal'); -- cgit v1.2.3