Jump to content

Recommended Posts

Posted

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

just a small correction of aura type

For which repository revision was the patch created?

8220

Is there a thread in the bug report section or at lighthouse? If yes, please add a link to the thread.

http://getmangos.eu/community/viewtopic.php?id=9071&highlight=tundra+stalker

diff --git a/Unit2.cpp b/Unit.cpp
index d5da2a9..844b013 100644
--- a/Unit2.cpp
+++ b/Unit.cpp
@@ -7854,7 +7854,7 @@ uint32 Unit::SpellDamageBonus(Unit *pVictim, SpellEntry const *spellProto, uint3
                }
                else // Tundra Stalker
                {
-                    if (pVictim->GetAura(SPELL_AURA_DUMMY, SPELLFAMILY_DEATHKNIGHT, UI64LIT(0x0400000000000000)))
+                    if (pVictim->GetAura(SPELL_AURA_PERIODIC_DAMAGE, SPELLFAMILY_DEATHKNIGHT, UI64LIT(0x0400000000000000)))
                        DoneTotalMod *= ((*i)->GetModifier()->m_amount+100.0f)/100.0f;
                    break;
                }

wowhead info on frost fever http://www.wowhead.com/?spell=55095

also the flags UI64LIT(0x0400000000000000) might have changed:confused:

plz test and share comments

  • 39 years later...
Posted

Better not check by periodic damage aura. Spell 55078 have it also and same family flags

Also note that spell 59921 triggering for apply debuf aura (55095) not imppemented in Unit::HandleDummyAuraProc

So spell still not work in fact.

With some chnages in [8246]

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