Commit 33b3e3ce authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 970df29f
......@@ -326,7 +326,7 @@ int32 field::select_unselect_card(uint16 step, uint8 playerid, uint8 cancelable,
pduel->write_buffer8(MSG_RETRY);
return FALSE;
}
if(returns.bvalue[0] > 1) {
if(returns.bvalue[0] == 0 || returns.bvalue[0] > 1) {
pduel->write_buffer8(MSG_RETRY);
return FALSE;
}
......
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