From a057d26f20ef2d18fa276534d727b03a6b5a2931 Mon Sep 17 00:00:00 2001 From: Rynem Storm <45861232+Rynem@users.noreply.github.com> Date: Thu, 10 Jan 2019 14:11:07 +0100 Subject: DB/Spell: fix mistake in Blood Draining's CheckProc and remove Attack Power scaling (#22862) --- sql/updates/world/3.3.5/2019_01_10_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_01_10_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_01_10_00_world.sql b/sql/updates/world/3.3.5/2019_01_10_00_world.sql new file mode 100644 index 00000000000..a60804323a2 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_01_10_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `spell_bonus_data` SET `ap_bonus`=0, `ap_dot_bonus`=0 WHERE `entry`=64569; -- cgit v1.2.3