mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(Scripts/ZulAman): Zul'Jin reduce procs of Energy Storm Aura (#21169)
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
--
|
||||||
|
DELETE FROM `spell_script_names` WHERE `spell_id`=43983 AND `ScriptName`='spell_gen_allow_proc_from_spells_with_cost';
|
||||||
|
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES(43983, 'spell_gen_allow_proc_from_spells_with_cost');
|
||||||
@@ -340,7 +340,8 @@ private:
|
|||||||
/* 55640 - Lightweave Embroidery
|
/* 55640 - Lightweave Embroidery
|
||||||
67698 - Item - Coliseum 25 Normal Healer Trinket
|
67698 - Item - Coliseum 25 Normal Healer Trinket
|
||||||
67752 - Item - Coliseum 25 Heroic Healer Trinket
|
67752 - Item - Coliseum 25 Heroic Healer Trinket
|
||||||
69762 - Unchained Magic */
|
69762 - Unchained Magic
|
||||||
|
43983 - Energy Storm */
|
||||||
class spell_gen_allow_proc_from_spells_with_cost : public AuraScript
|
class spell_gen_allow_proc_from_spells_with_cost : public AuraScript
|
||||||
{
|
{
|
||||||
PrepareAuraScript(spell_gen_allow_proc_from_spells_with_cost);
|
PrepareAuraScript(spell_gen_allow_proc_from_spells_with_cost);
|
||||||
|
|||||||
Reference in New Issue
Block a user