기술 등급 표기 버그 수정

This commit is contained in:
2018-03-12 21:04:41 +09:00
parent 70738fa89e
commit c77c291814
+2 -2
View File
@@ -945,14 +945,14 @@ $dx240 = findInvList(isset($dex240)?$dex240:0, $dexInfos, 1, false);
<td>기술
<select name=tech1 size=1>
<?php for($tch=0;$tch<=13;$tch++): ?>
<option <?=($tch1==$tch)?'selected="selected"':''?> value='<?=$tch?>'><?=$tch?>등급</option>
<option <?=($tch1==$tch)?'selected="selected"':''?> value='<?=$tch*1000?>'><?=$tch?>등급</option>
<?php endfor; ?>
</select>
</td>
<td>기술
<select name=tech2 size=1>
<?php for($tch=0;$tch<=13;$tch++): ?>
<option <?=($tch2==$tch)?'selected="selected"':''?> value='<?=$tch?>'><?=$tch?>등급</option>
<option <?=($tch2==$tch)?'selected="selected"':''?> value='<?=$tch*1000?>'><?=$tch?>등급</option>
<?php endfor; ?>
</select>
</td>