5253545556575859606162
MockStendlRPWorld.get(); final StendhalRPZone zone = new StendhalRPZone("admin_test"); new GoldsmithNPC().configureZone(zone, null); new BlacksmithNPC().configureZone(zone, null); final AbstractQuest quest = new HungryJoshua(); quest.addToWorld();
838485868788899091
MockStendlRPWorld.get(); final StendhalRPZone zone = new StendhalRPZone("admin_test"); // call NPC code which will make ProducerAdder add to register new GoldsmithNPC().configureZone(zone, null); assertFalse(producerRegister.getProducers().isEmpty()); }