Fix Frost Trap Aura spamming log due to nonexistent triggered spell

--HG--
branch : trunk
This commit is contained in:
Xanadu
2010-01-24 23:10:15 +01:00
parent 41fb791f1f
commit 91ee99a7bf

View File

@@ -3849,6 +3849,10 @@ void SpellMgr::LoadSpellCustomAttr()
spellInfo->EffectImplicitTargetB[1] = TARGET_UNIT_AREA_ENTRY_SRC;
count++;
break;
case 13810: // Frost Trap Aura
spellInfo->Effect[1] = 0;
count++;
break;
default:
break;
}