mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
fix(DB/Spells): Skullflame Shield's Drain Life should scale with spell power. (#11352)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1649612333538339500');
|
||||
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry`=18817;
|
||||
INSERT INTO `spell_bonus_data` VALUES
|
||||
(18817,1,0,0,0,'Skullflame Shield - Drain Life');
|
||||
Reference in New Issue
Block a user