Cleansing Totem should no longer pulse at spawn as of patch 3.2.2, thanks SimonDMII/olegoriy for noticing, closes issue #3702.

--HG--
branch : trunk
This commit is contained in:
Shocker
2010-08-30 10:53:29 +03:00
parent 72358a1b5f
commit d81864e7f3

View File

@@ -3786,11 +3786,6 @@ void SpellMgr::LoadSpellCustomAttr()
spellInfo->SpellFamilyFlags[2] = 0x10;
count++;
break;
// cleansing totem pulse when it is spawned
case 8172:
spellInfo->AttributesEx5 |= SPELL_ATTR_EX5_START_PERIODIC_AT_APPLY;
count++;
break;
case 41013: // Parasitic Shadowfiend Passive
spellInfo->EffectApplyAuraName[0] = 4; // proc debuff, and summon infinite fiends
count++;