Updated to use the latest version of ScriptDev3

Updated to use the latest version of ScriptDev3
This commit is contained in:
Charles A Edwards 2016-09-18 12:30:44 +01:00 committed by Antz
parent 59e280ec81
commit 0303b1672d
3 changed files with 9 additions and 1 deletions

View file

@ -918,6 +918,8 @@ bool IsPositiveEffect(SpellEntry const* spellproto, SpellEffectIndex effIndex)
return false;
break;
case SPELL_AURA_MOD_DECREASE_SPEED: // used in positive spells also
if (spellproto->Id == 37830) // Repolarized Magneto Sphere
return true;
// part of positive spell if casted at self
if ((spellEffect->EffectImplicitTargetA == TARGET_SELF ||
spellEffect->EffectImplicitTargetA == TARGET_SELF2) &&