fix(Scripts/Spells): warlock demonic pact (#19386)
* add Demonic Pact Aura script https://github.com/TrinityCore/TrinityCore/commit/2ff855054f52bf2dcf81aa7a7da7bab7f8a99686#diff-ea612aafadff90005e88b243eb000369be9e5cb6f8dc85a008d31e42b156e0ec Co-authored-by: ariel- <ariel-@users.noreply.github.com> * spell_warlock aura:spell_warl_demonic_pact_aura * fixup! spell_warlock aura:spell_warl_demonic_pact_aura * remove not needed spell correction, flag is already set * subtract current proc bonus before calculating new bonus * also increase healing done * remove Demonic Pact handling in Unit * refactor indent, remove bonus from spell group effects e.g. totem of wrath * Revert "refactor indent, remove bonus from spell group effects e.g. totem of wrath" This reverts commit 104041172d34f542cc934e9f468407c36912cc7f. * refactor indent * manually set proc cooldown --------- Co-authored-by: ariel- <ariel-@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (53646, 54909);
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(53646, 'spell_warl_demonic_pact_aura'),
|
||||
(54909, 'spell_warl_demonic_pact_aura');
|
||||
Reference in New Issue
Block a user