Skip to content

Commit

Permalink
[Player] add Soleah's option to saved profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorovon committed Feb 16, 2022
1 parent 4f40322 commit a8d9830
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions engine/player/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11098,6 +11098,11 @@ std::string player_t::create_profile( save_e stype )
profile_str += "renown=" + util::to_string( covenant->renown() ) + term;
}
}

if ( !shadowlands_opts.soleahs_secret_technique_type.empty() )
{
profile_str += "shadowlands.soleahs_secret_technique_type_override=" + shadowlands_opts.soleahs_secret_technique_type + term;
}
}

if ( stype & SAVE_PLAYER )
Expand Down

0 comments on commit a8d9830

Please sign in to comment.