MockStendlRPWorld.get();
final StendhalRPZone zone = new StendhalRPZone("admin_test");
// must add the zone here as the wishman teleports player into dragon lair
MockStendlRPWorld.get().addRPZone(new StendhalRPZone("-1_ados_outside_w"));
new WishmanNPC().configureZone(zone, null);
final AbstractQuest quest = new DragonLair();
quest.addToWorld();