Commit 46a77a89 authored by mercury233's avatar mercury233 Committed by nanahira

fix SelectPlace

parent 458297e0
......@@ -4034,7 +4034,7 @@ public class Ocgcore : ServantWithCardDescription
{
resp[1] = (byte)CardLocation.MonsterZone;
filter = field & 0x7f;
for (int k = 0; k < 6; k++)
for (int k = 0; k < 7; k++)
{
if ((filter & (1u << k)) != 0)
{
......
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