@Before
public void setUp() throws Exception {
PlayerTestHelper.generateNPCRPClasses();
new WitchNPC().configureZone(new StendhalRPZone("testzone"), null);
new LibrarianNPC().configureZone(new StendhalRPZone("testzone"), null);
jynath = SingletonRepository.getNPCList().get("jynath");
ceryl = SingletonRepository.getNPCList().get("ceryl");
}