From 9ea048b46071ae38cb184bbdbf0bcb5c670830f8 Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Wed, 27 Jul 2022 14:41:24 +0200 Subject: [PATCH] =?UTF-8?q?fix(DB/Spells):=20Greater=20Heal=20spell=20from?= =?UTF-8?q?=208P=20T2=20Priest=20set=20should=20scale=E2=80=A6=20(#12504)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(DB/Spells): Greater Heal spell from 8P T2 Priest set should scale with spell power. Fixes #11934 * Update. --- data/sql/updates/pending_db_world/rev_1658587246185545500.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1658587246185545500.sql diff --git a/data/sql/updates/pending_db_world/rev_1658587246185545500.sql b/data/sql/updates/pending_db_world/rev_1658587246185545500.sql new file mode 100644 index 000000000..e5f3a6ba4 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1658587246185545500.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `spell_bonus_data` WHERE `entry`=22009; +INSERT INTO `spell_bonus_data` VALUES +(22009,0,0.2,0,0,'Priest - Greater Heal - 8P T2');