Jump to content

[patch][8228] Hungering Cold dummy effect


Auntie Mangos

Recommended Posts

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:)

Link to comment
Share on other sites

  • 39 years later...
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