*Fix a typo in spell Rip. Thanks to Farah for found the incorrect SpellFamilyFlags value.

--HG--
branch : trunk
This commit is contained in:
Anubisss
2009-06-22 23:00:47 +02:00
parent 2c7799bfef
commit 7d8570f591

View File

@@ -4664,7 +4664,7 @@ void AuraEffect::HandlePeriodicDamage(bool apply, bool Real, bool changeAmount)
return;
}
// Rip
if (m_spellProto->SpellFamilyFlags[1] & 0x800000)
if (m_spellProto->SpellVisual[0] == 3941)
{
// 0.01*$AP*cp
if (caster->GetTypeId() != TYPEID_PLAYER)