mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 00:08:01 +00:00
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:
@@ -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');
|
||||||
Reference in New Issue
Block a user