From 91ee99a7bfa40be58f77f117fba61b15dc2fc7ac Mon Sep 17 00:00:00 2001 From: Xanadu Date: Sun, 24 Jan 2010 23:10:15 +0100 Subject: Fix Frost Trap Aura spamming log due to nonexistent triggered spell --HG-- branch : trunk --- src/game/SpellMgr.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index ab5e1086751..588e7ad8b8d 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -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; } -- cgit v1.2.3