Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions engine/class_modules/monk/sc_monk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5052,11 +5052,7 @@ void monk_t::trigger_celestial_fortune( action_state_t *s )

bool monk_t::validate_actor()
{
if ( !is_ptr() )
{
throw sc_unsupported_specialization( "Monk sims are non-functional for Midnight prepatch." );
return false;
}
sim->error( error_level_e::SEVERE, "Monk sims are non-functional for Midnight prepatch." );

if ( specialization() == MONK_MISTWEAVER )
{
Expand Down
Loading