Skip to content

Commit

Permalink
Proc: initialize canProc with true
Browse files Browse the repository at this point in the history
  • Loading branch information
insunaa committed Jan 1, 2025
1 parent dc20d1f commit 0134444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/Spells/UnitAuraProcHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ pAuraProcHandler AuraProcHandler[TOTAL_AURAS] =
struct ProcTriggeredData
{
ProcTriggeredData(SpellProcEventEntry const* _spellProcEvent, SpellAuraHolder* _triggeredByHolder)
: spellProcEvent(_spellProcEvent), triggeredByHolder(_triggeredByHolder)
: spellProcEvent(_spellProcEvent), triggeredByHolder(_triggeredByHolder), canProc{true, true, true}
{}
SpellProcEventEntry const* spellProcEvent;
SpellAuraHolder* triggeredByHolder;
Expand Down

0 comments on commit 0134444

Please sign in to comment.