Skip to content

Commit

Permalink
simulationcraft#2775 - updated mistweaver flask for patch 8.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kendrick-walls-work committed Sep 11, 2019
1 parent e4ccb60 commit fa81cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/class_modules/sc_monk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9501,7 +9501,7 @@ std::string monk_t::default_flask() const
break;
case MONK_MISTWEAVER:
if ( true_level > 110 )
return "greater_flask_of_endless_fathoms";
return "greater_flask_of_endless_fathoms"; // lvl 120 should use best flask
else if ( true_level > 100 )
return "whispered_pact";
else if ( true_level > 90 )
Expand Down

0 comments on commit fa81cdb

Please sign in to comment.