Skip to content

Commit

Permalink
Farewell T21
Browse files Browse the repository at this point in the history
  • Loading branch information
aethys256 committed Aug 29, 2018
1 parent d8f0f5d commit f6e96c6
Show file tree
Hide file tree
Showing 50 changed files with 7 additions and 4,529 deletions.
11 changes: 2 additions & 9 deletions engine/report/sc_report.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -400,13 +400,6 @@ bool report::check_gear_ilevel( player_t& p, sim_t& sim )
max_weapon_ilevel_allowed = 400;
tier_name = "PR";
}
else if ( p.report_information.save_str.find( "T21" ) != std::string::npos )
{
legendary_items_allowed = 2;
max_ilevel_allowed = 400; // TBD
max_weapon_ilevel_allowed = 400;
tier_name = "T21";
}
else if ( p.report_information.save_str.find( "T22" ) != std::string::npos )
{
legendary_items_allowed = 0;
Expand Down Expand Up @@ -558,10 +551,10 @@ bool report::check_artifact_points( const player_t& p, sim_t& sim )
max_purchased = 0;
tier_name = "PR";
}
else if ( p.report_information.save_str.find( "T21" ) != std::string::npos )
else if ( p.report_information.save_str.find( "T22" ) != std::string::npos )
{
max_purchased = 0;
tier_name = "T21";
tier_name = "T22";
max_crucible = 0;
}
else
Expand Down
2 changes: 1 addition & 1 deletion generate_profiles.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ echo Running PR_Generate.simc in %cd%
"%~dp0simc.exe" PR_Generate.simc
cd ..\
:: TierXX profiles generation
for %%g in (21, 22) do (
for %%g in (22) do (
cd Tier%%g
echo Running T%%g_Generate.simc in %cd%
"%~dp0simc.exe" T%%g_Generate.simc
Expand Down
2 changes: 1 addition & 1 deletion generate_profiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ else
echo 'Skipped PreRaids, directory not found.'
fi
# TierXX profiles generation
for tier in 21 22
for tier in 22
do
PROFDIR="Tier$tier"
echo "---$PROFDIR---"
Expand Down
2 changes: 1 addition & 1 deletion gui/gui.pro
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ macx {

Resources.files = ../Welcome.html ../Welcome.png ../Error.html
Resources.path = Contents/Resources
Profiles.files = ../profiles/PreRaids ../profiles/Tier21 ../profiles/Tier22
Profiles.files = ../profiles/PreRaids ../profiles/Tier22
Profiles.path = Contents/Resources/profiles
Localization.files = ../locale/sc_de.qm ../locale/sc_it.qm ../locale/sc_zh.qm
Localization.path = Contents/Resources/locale
Expand Down
43 changes: 0 additions & 43 deletions profiles/T21_Raid.simc

This file was deleted.

87 changes: 0 additions & 87 deletions profiles/Tier21/T21_Death_Knight_Blood.simc

This file was deleted.

149 changes: 0 additions & 149 deletions profiles/Tier21/T21_Death_Knight_Frost.simc

This file was deleted.

Loading

0 comments on commit f6e96c6

Please sign in to comment.