Jump to content

[fix][9018] Faerie Fire (Feral) - Threat & Damage


Auntie Mangos

Recommended Posts

What bug does the patch fix?

Adding Faerie Fire (Feral) - Threat & Damage as triggered Spell to the original cast. Limiting it to Bear Forms.

For which repository revision was the patch created?

master @ b9d2db3a3737ec795b34fb755851c0c65afd5999

Is there a thread in the bug report section or at lighthouse?

http://getmangos.eu/community/viewtopic.php?id=7836

Who has been writing this patch?

Sarjuuk

Patch

[Download]

diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp
index a71d259..a1e7c44 100644
--- a/src/game/Spell.cpp
+++ b/src/game/Spell.cpp
@@ -2522,6 +2522,13 @@ void Spell::cast(bool skipCheck)
            }
            break;
        }
+        case SPELLFAMILY_DRUID:
+        {
+            // Faerie Fire (Feral) [Armor-Debuff]
+            if (m_spellInfo->Id == 16857 && m_caster->m_form != FORM_CAT)
+                AddTriggeredSpell(60089);                   // Faerie Fire (Feral) [Damage + Threat]
+            break;
+        }
        case SPELLFAMILY_ROGUE:
            // Fan of Knives (main hand)
            if (m_spellInfo->Id == 51723 && m_caster->GetTypeId() == TYPEID_PLAYER &&

Link to comment
Share on other sites

  • 39 years later...
  • 3 weeks later...
  • 2 months 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