Skip to content

Commit

Permalink
[Gear] Give Simplified Player only Stats
Browse files Browse the repository at this point in the history
* Damage gem was causing too much added iteration for low damage options
  like healers.
  • Loading branch information
Saeldur committed Dec 17, 2024
1 parent d3665da commit 5689f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/class_modules/sc_evoker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ struct simplified_player_t : public player_t
{ SLOT_FINGER_1, fmt::format( ",id=207159,ilevel={},gem_id=213494/213494,enchant=radiant_mastery_3", item_level ) },
{ SLOT_FINGER_2,
fmt::format(
",id=228411,gem_id={}/228639/228646,bonus_id=12025/1512,enchant=radiant_mastery_3", role == ROLE_SPELL ? 228638 : 228634 ) },
",id=228411,gem_id={}/228639/228646,bonus_id=12025/1512,enchant=radiant_mastery_3", 228638 ) },
{ SLOT_TRINKET_1, fmt::format( ",id=153816,ilevel={}", item_level ) },
{ SLOT_TRINKET_2, fmt::format( ",id=153819,ilevel={}", item_level ) },
{ SLOT_MAIN_HAND, fmt::format( ",id=202565,ilevel={}", item_level ) },
Expand Down

0 comments on commit 5689f79

Please sign in to comment.