Skip to content

Commit 2da2eec

Browse files
committed
[Shaman] Increase Crash Lightning (Storm Unleashed) default hit rate based on log data
1 parent 4ffffd2 commit 2da2eec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/class_modules/sc_shaman.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1487,7 +1487,7 @@ struct shaman_t : public parse_player_effects_t
14871487
int tww3_stormbringer_set = 0;
14881488

14891489
// Chance on Crash Lightning target to sit in the Crash Lightning (Unleashed) puddle
1490-
double crash_lightning_su_hit_chance = 0.85;
1490+
double crash_lightning_su_hit_chance = 0.9;
14911491
} options;
14921492

14931493
// Cooldowns

0 commit comments

Comments
 (0)