示例#1
0
文件: Army.php 项目: Toxicat/dolumar
 public function promote_nocheck($target)
 {
     Dolumar_Underworld_Mappers_ArmyMapper::addLeader($this, $target);
     $this->reloadData();
 }