Commit 521428a9 authored by mercury233's avatar mercury233

fix SelectPlace

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