Jump to content

[fixed] Blood Corruption/Holy Vengeance overwrite Righteous Vengeance


Guest Jschlappkohl

Recommended Posts

I have this part in my code

               //Blood Corruption, Holy Vengeance, Righteous Vengeance
               if ((spellInfo_1->SpellIconID == 2292 && spellInfo_2->SpellIconID == 3025) ||
                   (spellInfo_2->SpellIconID == 2292 && spellInfo_1->SpellIconID == 3025))
                   return false;

this code must be under(below)

                // Paladin Seals
               if (IsSealSpell(spellInfo_1) && IsSealSpell(spellInfo_2))
                   return true;

in Function "bool SpellMgr::IsNoStackSpellDueToSpell(uint32 spellId_1, uint32 spellId_2) const"

cpp-File: SpellMgr.cpp

Sry that i have no Patchfile

I hope this help

Link to comment
Share on other sites

×
×
  • 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