From c2ed6b8b08eff4e164f2270472a3bf98a6843275 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 30 Apr 2020 06:31:12 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B3=91=EC=A2=85=20=EC=9D=B4=EB=AF=B8?= =?UTF-8?q?=EC=A7=80=EA=B2=BD=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func.php | 2 +- hwe/sammo/Command/General/che_징병.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/func.php b/hwe/func.php index cf636914..59fc0480 100644 --- a/hwe/func.php +++ b/hwe/func.php @@ -627,7 +627,7 @@ function generalInfo(General $generalObj) { $crewType = $generalObj->getCrewTypeObj(); - $weapImage = ServConfig::$gameImagePath."/weap{$crewType->id}.png"; + $weapImage = ServConfig::$gameImagePath."/crewtype{$crewType->id}.png"; if($show_img_level < 2) { $weapImage = ServConfig::$sharedIconPath."/default.jpg"; }; $imagePath = GetImageURL(...$generalObj->getVars('imgsvr', 'picture')); echo " diff --git a/hwe/sammo/Command/General/che_징병.php b/hwe/sammo/Command/General/che_징병.php index 422c8862..3df7b067 100644 --- a/hwe/sammo/Command/General/che_징병.php +++ b/hwe/sammo/Command/General/che_징병.php @@ -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);