コード例 #1
0
ファイル: Army.php プロジェクト: Toxicat/dolumar
 public function promote_nocheck($target)
 {
     Dolumar_Underworld_Mappers_ArmyMapper::addLeader($this, $target);
     $this->reloadData();
 }