diff --git a/Source/Game/Spells/Spell.cs b/Source/Game/Spells/Spell.cs index 284e526fb..60be3864f 100644 --- a/Source/Game/Spells/Spell.cs +++ b/Source/Game/Spells/Spell.cs @@ -9886,9 +9886,6 @@ namespace Game.Spells public CastSpellExtraArgs SetTriggeringAura(AuraEffect triggeringAura) { TriggeringAura = triggeringAura; - if (triggeringAura != null) - OriginalCastId = triggeringAura.GetBase().GetCastId(); - return this; }