기술 등급 표기 버그 수정
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user