Skip to content

Commit

Permalink
[Augmentation] Change Default Simplified Actor ilvl to 502
Browse files Browse the repository at this point in the history
  • Loading branch information
Saeldur committed Apr 27, 2024
1 parent 23a3382 commit a4aef93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/class_modules/sc_evoker.cpp
Expand Up @@ -226,7 +226,7 @@ struct simplified_player_t : public player_t
// Options
struct options_t
{
int item_level = 489;
int item_level = 502;
std::string variant = "default";
} option;

Expand Down

0 comments on commit a4aef93

Please sign in to comment.