Core/Spells: Blessing of the Eternals will now properly increase the proc chance for Earthliving Weapon only

This commit is contained in:
Ovahlord
2018-03-27 03:14:59 +02:00
parent 09dc44b08e
commit d2b2dc8fca
3 changed files with 43 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
DELETE FROM `spell_proc` WHERE `SpellId`= 52007;
INSERT INTO `spell_proc` (`SpellId`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `Cooldown`) VALUES
(52007, 0x00044000, 0x00000002, 0x00000002, 0x00000000, 0); -- Earthliving Weapon (Passive)
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_sha_earthliving_weapon';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(52007, 'spell_sha_earthliving_weapon');