fix(DB/Spells): Greater Heal spell from 8P T2 Priest set should scale… (#12504)

* fix(DB/Spells): Greater Heal spell from 8P T2 Priest set should scale with spell power.

Fixes #11934

* Update.
This commit is contained in:
UltraNix 2022-07-27 14:41:24 +02:00 committed by GitHub
parent 37ce61e129
commit 9ea048b460
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');