Skip to content

Commit

Permalink
[Simplified Players] Lower the ring by one ilvl
Browse files Browse the repository at this point in the history
* Accidentally one too high
  • Loading branch information
Saeldur committed Dec 17, 2024
1 parent 5689f79 commit 9cbf3a6
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", 228638 ) },
",id=228411,gem_id={}/228639/228646,bonus_id=12025/1511,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 9cbf3a6

Please sign in to comment.