Scripts/Spells: Removed unneccessary code from Burning Rush script

This commit is contained in:
Shauren
2023-07-13 16:04:58 +02:00
parent 9ad227f075
commit 008c15ab6b
@@ -120,12 +120,6 @@ class spell_warl_burning_rush : public SpellScript
{
Unit* caster = GetCaster();
if (caster->HasAura(GetSpellInfo()->Id))
{
caster->RemoveAura(GetSpellInfo()->Id);
return SPELL_FAILED_DONT_REPORT;
}
if (caster->GetHealthPct() <= float(GetEffectInfo(EFFECT_1).CalcValue(caster)))
{
SetCustomCastResultMessage(SPELL_CUSTOM_ERROR_YOU_DONT_HAVE_ENOUGH_HEALTH);