Jump to content

Recommended Posts

Posted

Was this applied, wrong format o forgotten? Sorry to bump

Similar question for the following links:

http://getmangos.eu/community/showthread.php?12753-[fix]t10-priest-healer-set-bonus

http://getmangos.eu/community/showthread.php?12754-[fix]t10-warrior-protection-set-bonus

http://getmangos.eu/community/showthread.php?12755-[fix]Shaman-t10-restoration-set-bonus

http://getmangos.eu/community/showthread.php?12756-[fix]t10-death-knight-melee-set-bonus

http://getmangos.eu/community/showthread.php?12757-[fix]t10-Balance-Druid-set-bonuses

http://getmangos.eu/community/showthread.php?12760-[fix]paladin-dk-hunter-t10-procs

http://getmangos.eu/community/showthread.php?12761-[fix]t10-paladin-retribution-set-bonus

http://getmangos.eu/community/showthread.php?12762-[fix]t10-rogues-set-bonuses-2-4p

http://getmangos.eu/community/showthread.php?12763-[fix]t10-elemental-shaman-4p-set-bonus

http://getmangos.eu/community/showthread.php?12765-[fix]t10-enhancement-shaman-set-bonuses

http://getmangos.eu/community/showthread.php?12767-[fix]t10-warlock-4p-set-bonus

http://getmangos.eu/community/showthread.php?12768-[fix]Warrior-t10-dps-set-bonuses

  • 40 years later...
Posted

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

fixes defense increase when using enrage with t10

For which repository revision was the patch created?

9427

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

haven't seen any

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

me

diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp
index c9f9cd7..97e998c 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -6187,6 +6187,15 @@ void Aura::HandleSpellSpecificBoosts(bool apply)
            }
            break;
        }
+        case SPELLFAMILY_DRUID:
+        {
+            // Item - Druid T10 Feral 4P Bonus
+            if (GetId() == 5229 && m_target->HasAura(70726))// Enrage
+                spellId1 = 70725;
+            else
+                return;
+            break;
+        }
        case SPELLFAMILY_ROGUE:
            // Sprint (skip non player casted spells by category)
            if (GetSpellProto()->SpellFamilyFlags & UI64LIT(0x0000000000000040) && GetSpellProto()->Category == 44)

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