Skip to content

Commit

Permalink
[Simplified Player] flag abilities with not_a_proc
Browse files Browse the repository at this point in the history
  • Loading branch information
Saeldur committed Dec 17, 2024
1 parent d4a5439 commit 9aa73ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engine/class_modules/sc_evoker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -477,8 +477,8 @@ struct simplified_player_t : public player_t
{
background = repeating = true;

allow_class_ability_procs = true;
may_crit = true;
allow_class_ability_procs = not_a_proc = true;
may_crit = true;

set_action_stats( settings, p );
}
Expand Down

0 comments on commit 9aa73ab

Please sign in to comment.