Skip to content

Commit

Permalink
[Mage] Stop trigger loops
Browse files Browse the repository at this point in the history
  • Loading branch information
vituscze committed Feb 9, 2025
1 parent a82e7f6 commit efc8f34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/class_modules/sc_mage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6912,6 +6912,7 @@ struct frostfire_infusion_t final : public mage_spell_t
mage_spell_t( n, p, p->find_spell( 431171 ) )
{
background = proc = true;
triggers.frostfire_infusion = false;
}

void execute() override
Expand Down

0 comments on commit efc8f34

Please sign in to comment.