Skip to content

Commit 9b4b2de

Browse files
committed
[monk] Do not warn on DRoute/DSlice sims about APL state.
1 parent 6cf187f commit 9b4b2de

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

engine/class_modules/monk/sc_monk.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6916,13 +6916,9 @@ bool monk_t::validate_fight_style( fight_style_e style ) const
69166916
{
69176917
case FIGHT_STYLE_PATCHWERK:
69186918
case FIGHT_STYLE_CASTING_PATCHWERK:
6919-
return true;
69206919
case FIGHT_STYLE_DUNGEON_ROUTE:
69216920
case FIGHT_STYLE_DUNGEON_SLICE:
6922-
{
6923-
sim->error( "Action Priority Lists (APL) for Dungeon Route and Dungeon Slice are not final." );
69246921
return true;
6925-
}
69266922
default:
69276923
return false;
69286924
}

0 commit comments

Comments
 (0)