Skip to content

Commit

Permalink
[Warlock] Update Demonology 4pc chance (#9434)
Browse files Browse the repository at this point in the history
  • Loading branch information
Azevara authored Sep 7, 2024
1 parent e523fb0 commit 74af4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/class_modules/warlock/sc_warlock.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ struct warlock_t : public player_t
rng_setting_t pact_of_the_eredruin = { 0.40, 0.40, "pact_of_the_eredruin" };
rng_setting_t shadow_invocation = { 0.20, 0.20, "shadow_invocation" };
rng_setting_t spiteful_reconstitution = { 0.30, 0.30, "spiteful_reconstitution" };
rng_setting_t empowered_legion_strike = { 0.05, 0.05, "empowered_legion_strike" };
rng_setting_t empowered_legion_strike = { 0.25, 0.25, "empowered_legion_strike" };

// Destruction
rng_setting_t decimation = { 0.10, 0.10, "decimation" };
Expand Down

0 comments on commit 74af4e1

Please sign in to comment.