Skip to content

Commit

Permalink
[Mage] Change "IN consumes WC" default value
Browse files Browse the repository at this point in the history
  • Loading branch information
vituscze authored Nov 10, 2024
1 parent a618cbc commit 51ba9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/class_modules/sc_mage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ struct mage_t final : public player_t
bool treat_bloodlust_as_time_warp = false;
unsigned initial_spellfire_spheres = 5;
arcane_phoenix_rotation arcane_phoenix_rotation_override = arcane_phoenix_rotation::DEFAULT;
bool ice_nova_consumes_winters_chill = false;
bool ice_nova_consumes_winters_chill = true;
} options;

// Pets
Expand Down

0 comments on commit 51ba9a5

Please sign in to comment.