Merge pull request #15036 from tkrokli/dk_wandering_plague

Core/Spells: remove incorrect PvP combat state
(cherry picked from commit 9889e6f730)

Conflicts:
	src/server/game/Spells/SpellMgr.cpp
This commit is contained in:
mik1893
2015-07-15 18:54:23 +02:00
committed by DDuarte
parent fa0e5289a8
commit ad6981cebf

View File

@@ -3184,6 +3184,9 @@ void SpellMgr::LoadSpellInfoCorrections()
const_cast<SpellEffectInfo*>(spellInfo->GetEffect(EFFECT_0))->TargetB = SpellImplicitTargetInfo(TARGET_UNIT_SRC_AREA_ALLY);
const_cast<SpellEffectInfo*>(spellInfo->GetEffect(EFFECT_1))->TargetB = SpellImplicitTargetInfo(TARGET_UNIT_SRC_AREA_ALLY);
break;
case 15290: // Vampiric Embrace
spellInfo->AttributesEx3 |= SPELL_ATTR3_NO_INITIAL_AGGRO;
break;
case 8145: // Tremor Totem (instant pulse)
case 6474: // Earthbind Totem (instant pulse)
spellInfo->AttributesEx5 |= SPELL_ATTR5_START_PERIODIC_AT_APPLY;