Ejemplo n.º 1
0
 public function addEndVacationLog(Dolumar_Players_Player $member)
 {
     $village = $member->getMainVillage();
     $this->addLog($village, 'vacation_end');
 }