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 9, 2019
1 parent 22ce7d5 commit 8e29110
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion engine/class_modules/sc_monk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9500,7 +9500,9 @@ std::string monk_t::default_flask() const
return "disabled";
break;
case MONK_MISTWEAVER:
if ( true_level > 110 )
if ( true_level > 119 )
return "greater_flask_of_endless_fathoms"; // lvl 120 should use best flask
else if ( true_level > 110 )
return "endless_fathoms";
else if ( true_level > 100 )
return "whispered_pact";
Expand Down

0 comments on commit 8e29110

Please sign in to comment.