Skip to content

Commit

Permalink
[Profiles] Clean up not anymore used files
Browse files Browse the repository at this point in the history
  • Loading branch information
aethys256 committed Nov 3, 2017
1 parent 192b7a5 commit 92e4326
Show file tree
Hide file tree
Showing 157 changed files with 54 additions and 12,296 deletions.
29 changes: 0 additions & 29 deletions engine/report/sc_report.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -400,37 +400,18 @@ bool report::check_gear_ilevel( player_t& p, sim_t& sim )
max_weapon_ilevel_allowed = 903;
tier_name = "T19P";
}
else if ( p.report_information.save_str.find( "T19H_NH" ) != std::string::npos )
{
max_ilevel_allowed = 895;
max_weapon_ilevel_allowed = 927;
tier_name = "T19H_NH";
}
else if ( p.report_information.save_str.find( "T19M_NH" ) != std::string::npos )
{
max_ilevel_allowed = 910;
max_weapon_ilevel_allowed = 933;
tier_name = "T19M_NH";
}
else if ( p.report_information.save_str.find( "T19H" ) != std::string::npos )
{
max_ilevel_allowed = 865;
max_weapon_ilevel_allowed = 900;
tier_name = "T19H";
}
else if ( p.report_information.save_str.find( "T19M" ) != std::string::npos )
{
max_ilevel_allowed = 895;
max_weapon_ilevel_allowed = 918;
tier_name = "T19M";
}
else if ( p.report_information.save_str.find( "T20H" ) != std::string::npos )
{
legendary_items_allowed = 2;
max_ilevel_allowed = 925;
max_weapon_ilevel_allowed = 945;
tier_name = "T20H";
}
else if ( p.report_information.save_str.find( "T20M" ) != std::string::npos )
{
legendary_items_allowed = 2;
Expand Down Expand Up @@ -595,21 +576,11 @@ bool report::check_artifact_points( const player_t& p, sim_t& sim )
max_purchased = 19;
tier_name = "T19P";
}
else if ( p.report_information.save_str.find( "T19H_NH" ) != std::string::npos )
{
max_purchased = 42;
tier_name = "T19H_NH";
}
else if ( p.report_information.save_str.find( "T19M_NH" ) != std::string::npos )
{
max_purchased = 52;
tier_name = "T19M_NH";
}
else if ( p.report_information.save_str.find( "T19H" ) != std::string::npos )
{
max_purchased = 35;
tier_name = "T19H";
}
else if ( p.report_information.save_str.find( "T19M" ) != std::string::npos )
{
max_purchased = 36;
Expand Down
2 changes: 0 additions & 2 deletions engine/sim/sc_option.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -954,8 +954,6 @@ option_db_t::option_db_t()

prefix += "/";

auto_path.push_back( prefix + "Legendaries" ); // Legendaries
auto_path.push_back( prefix + "Tier19H_NH" ); // T19H for Nighthold
auto_path.push_back( prefix + "Tier19M_NH" ); // T19M for Nighthold

// Add profiles for each tier, except pvp
Expand Down
115 changes: 0 additions & 115 deletions profiles/Legendaries/DeathKnight_Frost_Legendaries.simc

This file was deleted.

116 changes: 0 additions & 116 deletions profiles/Legendaries/DeathKnight_Legendaries_Full.simc

This file was deleted.

54 changes: 0 additions & 54 deletions profiles/Legendaries/Demon_Hunter_Havoc_Legendaries.simc

This file was deleted.

Loading

0 comments on commit 92e4326

Please sign in to comment.