Scripts/Icecrown Citadel: Removed unneccessary PreventDefaultAction call

Closes #1943
This commit is contained in:
Shauren
2011-06-12 16:11:14 +02:00
parent e1f7f9e5b1
commit 2a46f97b72

View File

@@ -1034,7 +1034,6 @@ class spell_sindragosa_instability : public SpellScriptLoader
void OnRemove(AuraEffect const* aurEff, AuraEffectHandleModes /*mode*/)
{
PreventDefaultAction();
if (GetTargetApplication()->GetRemoveMode() == AURA_REMOVE_BY_EXPIRE)
GetTarget()->CastCustomSpell(SPELL_BACKLASH, SPELLVALUE_BASE_POINT0, aurEff->GetAmount(), GetTarget(), true, NULL, aurEff, GetCasterGUID());
}