버그 수정, 턴 입력 form 준비

This commit is contained in:
2019-06-16 21:07:08 +09:00
parent 5d42730e9a
commit 3ebb30795c
10 changed files with 2595 additions and 2477 deletions
+2
View File
@@ -26,8 +26,10 @@ class che_탈취 extends che_화계{
$destCityName = $destCity['name'];
$destCityID = $destCity['city'];
$destNationID = $destCity['nation'];
$commandName = $this->getName();
$db = DB::db();
// 탈취 최대 400 * 8
$gold = Util::randRangeInt(GameConst::$sabotageDamageMin, GameConst::$sabotageDamageMax) * $destCity['level'];