@Before
public void setUp() throws Exception {
player = PlayerTestHelper.createPlayer("player");
zone = new StendhalRPZone("zone");
new CampingGirlNPC().configureZone(zone, null);
npc = NPCList.get().get("Sally");
final Campfire cf = new Campfire();
cf.addToWorld();
}