diff --git a/twe/join.php b/twe/join.php index 2e6a47e5..f1471aeb 100644 --- a/twe/join.php +++ b/twe/join.php @@ -32,42 +32,66 @@ $connect = dbConn(); diff --git a/twe/process_war.php b/twe/process_war.php index ef9726c6..89a9ae7d 100644 --- a/twe/process_war.php +++ b/twe/process_war.php @@ -1544,6 +1544,8 @@ function getCrewtypeRice($game, $crewtype, $tech) { function getAtt($game, $general, $tech, $lbonus) { $att = getRate($game, $general['crewtype'], "att") + getTechAbil($tech); + + $general['lbonus'] = $lbonus; if(floor($general['crewtype']/10) == 3) { // 귀병 지100% $ratio = getGeneralIntel($general, true, true, true)*2 - 40;