Skip to content

Commit

Permalink
[Simplified Player] Give Simplified Players their Rings Back
Browse files Browse the repository at this point in the history
  • Loading branch information
Saeldur committed Dec 20, 2024
1 parent 4afb454 commit e2e221a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions engine/class_modules/sc_evoker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -586,10 +586,9 @@ struct simplified_player_t : public player_t
{ SLOT_LEGS, fmt::format( ",id=193759,ilevel={},enchant=sunset_spellthread_3", item_level ) },
{ SLOT_FEET, fmt::format( ",id=207139,ilevel={}", item_level ) },
{ SLOT_FINGER_1, fmt::format( ",id=207159,ilevel={},gem_id=213494/213494,enchant=radiant_mastery_3", item_level ) },
{ SLOT_FINGER_2, fmt::format( ",id=225576,ilevel={},gem_id=213494/213494,enchant=radiant_mastery_3", item_level ) },
//{ SLOT_FINGER_2,
// fmt::format( ",id=228411,gem_id={}/{}/{},bonus_id=12025/1511,enchant=radiant_mastery_3",
// 228638, 228639, 228646 ) },
{ SLOT_FINGER_2,
fmt::format( ",id=228411,gem_id={}/{}/{},bonus_id=12025/1511,enchant=radiant_mastery_3",
228638, 228639, 228646 ) },
{ 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 e2e221a

Please sign in to comment.