Jump to content

Recommended Posts

Posted

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

it should fix hungering cold talent currently not working

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=8852&highlight=hungering+cold

diff --git a/SpellEffects2.cpp b/SpellEffects.cpp
index db7ddaa..12fb8d0 100644
--- a/SpellEffects2.cpp
+++ b/SpellEffects.cpp
@@ -1789,6 +1789,13 @@ void Spell::EffectDummy(uint32 i)
                }
                return;
            }
+            
+            // Hungering Cold
+            if (m_spellInfo->SpellIconID == 2797)
+            {
+                m_caster->CastSpell(m_caster, 51209, true);
+                return;
+            }
            break;
    }


i compiled it with no errors... plz test and share comments:)

  • 39 years later...
Posted

Tried it today and it's partially working. The spell is freezing enemies but it doesn't apply Frost fever and the ice breaks with any damage, it shouldn't be broken with damage from diseases.

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