병종 이미지경로 변경

This commit is contained in:
2020-04-30 06:31:12 +09:00
parent 90de11f4c9
commit c2ed6b8b08
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -288,7 +288,7 @@ class che_징병 extends Command\GeneralCommand{
$crewObj->img = ServConfig::$sharedIconPath."/default.jpg";
}
else{
$crewObj->img = ServConfig::$gameImagePath."/weap".$unit->id.".png";
$crewObj->img = ServConfig::$gameImagePath."/crewtype".$unit->id.".png";
}
$crewObj->baseRiceShort = round($crewObj->baseRice, 1);