DB/Spells:

* removed a wrong attack power coefficient for Mortal Strike
* Lambs to the Slaughter will now only proc from Mortal Strike
This commit is contained in:
Ovahlord
2019-02-17 08:52:34 +01:00
parent c8008621f7
commit e72a6fab82

View File

@@ -0,0 +1,4 @@
UPDATE `spell_bonus_data` SET `ap_bonus`= 0 WHERE `entry`= 12294;
DELETE FROM `spell_proc` WHERE `SpellId`= -84583;
INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `SpellFamilyMask0`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`) VALUES
(-84583, 4, 0x02000000, 0, 1, 2, 0, 0);