diff options
author | Astellar <none@none> | 2010-01-10 22:42:41 +0300 |
---|---|---|
committer | Astellar <none@none> | 2010-01-10 22:42:41 +0300 |
commit | f41e83714364913ac27e79ac7321ae3d3b57303b (patch) | |
tree | c051a2f9fb2a2a6dea6cffee73a52693365b2f00 /src | |
parent | 40f70a8594a687dd25212b8def1f49f61be95d7a (diff) |
Addition to previous commit.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/SpellMgr.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 2bd1943c8ca..98c4273ffde 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -3807,10 +3807,6 @@ void SpellMgr::LoadSpellCustomAttr() spellInfo->AttributesEx5 |= SPELL_ATTR_EX5_START_PERIODIC_AT_APPLY; count++; break; - case SPELL_TAG_MURLOC_30877: - spellInfo->EffectImplicitTargetA[0] = TARGET_UNIT_NEARBY_ENTRY; - spellInfo->EffectImplicitTargetB[0] = 0; - break; default: break; } |