Skip to content

Commit

Permalink
[Restoration] remove no APL error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
gastank committed Jan 16, 2025
1 parent 9f148e5 commit 20e50a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions engine/class_modules/sc_druid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11671,8 +11671,7 @@ bool druid_t::validate_fight_style( fight_style_e style ) const
break;

case DRUID_RESTORATION:
sim->error( "Restoration Druid does not yet have an Action Priority List (APL)." );
return false;
break;

default:
break;
Expand Down

0 comments on commit 20e50a1

Please sign in to comment.