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:
parent
37ce61e129
commit
9ea048b460
1 changed files with 4 additions and 0 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue