Skip to content

Commit

Permalink
[Shaman] Thorim's spells can consume Arc Discharge
Browse files Browse the repository at this point in the history
  • Loading branch information
flapjack831 committed Nov 30, 2024
1 parent 98f5f08 commit fa4d77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/class_modules/sc_shaman.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7089,7 +7089,7 @@ struct lightning_bolt_t : public shaman_spell_t

p()->trigger_thunderstrike_ward( execute_state );

if ( exec_type == spell_variant::NORMAL )
if ( exec_type == spell_variant::NORMAL || exec_type == spell_variant::THORIMS_INVOCATION )
{
p()->trigger_arc_discharge( execute_state );
}
Expand Down

0 comments on commit fa4d77e

Please sign in to comment.