Skip to content

Commit

Permalink
[SpellQuery] fix typo & display school for healing done%
Browse files Browse the repository at this point in the history
  • Loading branch information
gastank committed Oct 4, 2024
1 parent c1b9f10 commit 51f5583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion engine/dbc/sc_spell_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ static constexpr auto _aura_interrupt_strings = util::make_static_map<unsigned,
{ 53, "Proc or Periodic Attack" },
{ 54, "Challenge Mode Start" },
{ 55, "Encounter Start" },
{ 56, "Ecnounter End" },
{ 56, "Encounter End" },
{ 57, "Release Empower" },
} );

Expand Down
1 change: 1 addition & 0 deletions engine/dbc/spell_data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ unsigned spelleffect_data_t::affected_schools() const
case A_MOD_DAMAGE_PERCENT_DONE:
case A_MOD_DAMAGE_PERCENT_TAKEN:
case A_MOD_HEALING_RECEIVED_PCT:
case A_MOD_HEALING_DONE_PERCENT:
case A_MOD_DAMAGE_TO_CASTER:
case A_MOD_DAMAGE_FROM_CASTER:
case A_MOD_CRIT_DAMAGE_BONUS:
Expand Down

0 comments on commit 51f5583

Please sign in to comment.