Commit d87128e2 authored by Nemo Ma's avatar Nemo Ma

Update itemmain.func.php

Fix Display oddity.
parent e2529192
......@@ -1122,7 +1122,7 @@ function itemreduce($item,$mode=0){ //只限合成使用!!
# Added one additional check to deal with infinite stamina item - destroy it when used in mix.
if($itms = '∞'){
$itms = 0;
$log .= "<span class=\"red\">$itm</span>消失了。<br>";
$log .= "<span class=\"red\">$itm</span>消失了……它已被";
$itm = $itmk = $itmsk = '';
$itme = $itms = 0;
}else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment