Skip to content

Commit

Permalink
Spell: 42793 corrected
Browse files Browse the repository at this point in the history
double credit fixed
  • Loading branch information
Grz3s authored and killerwife committed Jul 31, 2024
1 parent 831b952 commit ff3e515
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,6 @@ struct BurnBody : public SpellScript
if (target->IsCreature())
{
static_cast<Creature*>(target)->RegisterHitBySpell(spell->m_spellInfo->Id);
target->CastSpell(spell->GetCaster(), 43297, TRIGGERED_OLD_TRIGGERED);
static_cast<Creature*>(target)->ForcedDespawn(16000);
}
}
Expand Down

0 comments on commit ff3e515

Please sign in to comment.