Jump to content

[fix][9051] Typo in rev. 8959


Recommended Posts

Posted

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

Fixes typo in http://github.com/mangos/mangos/commit/d9219725abff6bc1a03f0919681c3d99ddec95ed, which caused that some spells like Shattered Barrier did not work.

For which repository revision was the patch created?

Rev. 9045

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

No.

Who has been writing this patch? Please include either forum user names or email addresses.

Me, reeshack.

diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp
index 32adddf..81b5c57 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -5934,6 +5934,7 @@ void Aura::HandleSpellSpecificBoosts(bool apply)
            }
            else
                return;
+            break;
        }
        case SPELLFAMILY_WARRIOR:
        {
@@ -5957,6 +5958,7 @@ void Aura::HandleSpellSpecificBoosts(bool apply)
            break;
        }
        case SPELLFAMILY_WARLOCK:
+        {
            // Fear (non stacking)
            if (m_spellProto->SpellFamilyFlags & UI64LIT(0x0000040000000000))
            {
@@ -5991,6 +5993,7 @@ void Aura::HandleSpellSpecificBoosts(bool apply)
            else
                return;
            break;
+        }
        case SPELLFAMILY_PRIEST:
        {
            // Shadow Word: Pain (need visual check fro skip improvement talent) or Vampiric Touch

Posted
Hmm, insider42 maybe must strt set porper authors i own repo for commits :/ Thank you for patch.

Added in [9051] with wrong author :(

Now this changeset for which branhc is valid since inside says is for 3.3.0

or is for the master the 9051 and not for 3.3.0

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