fix: Explosion doesn't properly cleanup if mobile fails harmful check (#1412)
This commit is contained in:
parent
baed849f10
commit
5e16149b81
1 changed files with 2 additions and 2 deletions
|
|
@ -96,9 +96,9 @@ namespace Server.Spells.Sixth
|
|||
_target.PlaySound(0x307);
|
||||
|
||||
SpellHelper.Damage(_spell, _target, damage, 0, 100, 0, 0, 0);
|
||||
|
||||
_spell?.RemoveDelayedDamageContext(_attacker);
|
||||
}
|
||||
|
||||
_spell?.RemoveDelayedDamageContext(_attacker);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue