Commit 0976f9ab authored by Nemo Ma's avatar Nemo Ma

Update itemdrop.htm

Bugfix : Added additional checks to prevent the item_split checkbox from being called when club20 player lost their element back during the extra ending process.
parent f5bbed17
你想丢掉什么?<br><br>
<input type="hidden" name="mode" value="itemmain">
<input type="radio" name="command" id="menu" value="menu" checked><a onclick=sl('menu'); href="javascript:void(0);" >返回</a>
<!--{if $club==20}-->
<!--{if $club==20 && $clbstatusa != 1}-->
<input type="checkbox" id="split"
onchange="if($('split').checked){$('zz').value='[Z]确定并提炼';for (var i=1; i<=6; i++){if($('itm' + i)){$('itm' + i).value = $('itm' + i).value.replace('dropitm','split_itm');}}}else{$('zz').value='[Z]确定并丢弃';for(var i=1; i<=6; i++){if($('itm' + i)){$('itm' + i).value = $('itm' + i).value.replace('split_itm','dropitm');}}}"><a
onclick=$('split').click(); href="javascript:void(0);">提炼道具</a>
......
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