mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +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