Skip to content

Commit

Permalink
posible code style fixes for PR simulationcraft#4942 - RG warn 7439
Browse files Browse the repository at this point in the history
  • Loading branch information
kendrick-walls-work committed Sep 11, 2019
1 parent fa224fc commit 9390fb1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions engine/class_modules/sc_rogue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7113,6 +7113,11 @@ void rogue_t::init_special_effects()
options.memory_of_lucid_dreams_proc_chance = 0.15;
break;
}
default:
{
// 2019-09-09 - do nothing if non-rouge spec is given. junk in = junk out.
break;
}
}
}

Expand Down Expand Up @@ -7481,6 +7486,11 @@ void rogue_t::vision_of_perfection_proc()
}
break;
}
default:
{
// 2019-09-09 - do nothing if non-rouge spec is given. junk in = junk out.
break;
}
}
}

Expand Down

0 comments on commit 9390fb1

Please sign in to comment.