mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
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:
4
sql/updates/world/custom/custom_2019_02_17_02_world.sql
Normal file
4
sql/updates/world/custom/custom_2019_02_17_02_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user