aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-13 14:44:55 -0600
committermegamage <none@none>2009-03-13 14:44:55 -0600
commitf0ad9ee2329acc892dd29b31908894557dd6768b (patch)
tree5ec45cd95a4ce8df002fa2c76ac72dc945df32e1 /src
parent146b2560aa8a7d0fc8a90ec3af70d1a8e01e514d (diff)
parentbe90383b1337a630eb1417a4555890df6b7c92e5 (diff)
*Merge.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/SpellAuras.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp
index 99adb488eb1..4b868812b16 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -4013,9 +4013,10 @@ void Aura::HandleAuraModResistance(bool apply, bool Real)
}
// Faerie Fire (druid versions)
- if( m_spellProto->SpellIconID == 109 &&
+ if( (m_spellProto->SpellIconID == 109 &&
m_spellProto->SpellFamilyName == SPELLFAMILY_DRUID &&
- m_spellProto->SpellFamilyFlags & 0x0000000000000400LL )
+ m_spellProto->SpellFamilyFlags & 0x0000000000000400LL)
+ || m_spellProto->Id == 35325)
{
m_target->ModifyAuraState(AURA_STATE_FAERIE_FIRE,apply);
}