mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 08:59:11 +01:00
Core/Spells: Blessing of the Eternals will now properly increase the proc chance for Earthliving Weapon only
This commit is contained in:
7
sql/updates/world/4.3.4/custom_2018_03_27_00_world.sql
Normal file
7
sql/updates/world/4.3.4/custom_2018_03_27_00_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user