diff options
| author | Muhaha <none@none> | 2009-10-17 18:12:21 +0200 |
|---|---|---|
| committer | Muhaha <none@none> | 2009-10-17 18:12:21 +0200 |
| commit | 6438a91592ae9e65ba6a77f2babebb831b61e816 (patch) | |
| tree | 470bfda32b1d0a255c0bcd61e14461728cb3340b /src | |
| parent | fb8b0143072dd6fb91f0ec3760995d4a27c494c7 (diff) | |
Fix Faerie Fire (feral) - Damage. Original Author: Nevan.
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/Spell.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 5301eb4069b..cb0236967ab 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -2874,18 +2874,6 @@ void Spell::cast(bool skipCheck) m_preCastSpell = 11196; // Recently Bandaged break; } - case SPELLFAMILY_DRUID: - { - // Faerie Fire (Feral) - if (m_spellInfo->SpellFamilyFlags[0] & 0x00000400) - { - // Trigger only if has correct shapeshift for triggered spell - SpellEntry const * spellInfo = sSpellStore.LookupEntry(60089); - if (GetErrorAtShapeshiftedCast(spellInfo, m_caster->m_form) == SPELL_CAST_OK) - m_preCastSpell = 60089; - } - break; - } } // traded items have trade slot instead of guid in m_itemTargetGUID // set to real guid to be sent later to the client |
