Jump to content

[Patch][7316] Lightning Oveloard


Auntie Mangos

Recommended Posts

http://getmangos.eu/community/viewtopic.php?id=6407

posting code here to avoid other questions later

@@ -5721,11 +5721,11 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
                    triggered_spell_id = 58879;
                    break;
                }
            }
            // Ancestral Awakening
-            if (dummySpell->SpellIconID == 2018)
+            if (dummySpell->SpellIconID == 3065)
            {
                // TODO: frite dummy fot triggered spell
                triggered_spell_id = 52759;
                basepoints0 = triggerAmount * damage / 100;
                target = this;

Link to comment
Share on other sites

  • 39 years later...

What bug does the patch fix? What features does the patch add?

Fix Lightning Oveloard, very small fix

For which repository revision was the patch created?

7288

Who has been writing this patch?

Me

@@ -5721,11 +5721,11 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu

triggered_spell_id = 58879;

break;

}

}

// Ancestral Awakening

- if (dummySpell->SpellIconID == 2018)

+ if (dummySpell->SpellIconID == 3065)

{

// TODO: frite dummy fot triggered spell

triggered_spell_id = 52759;

basepoints0 = triggerAmount * damage / 100;

target = this;

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use