Commit 77840865 authored by Chunchi Che's avatar Chunchi Che

fix cardZoneToNumber

parent 032e2abb
...@@ -111,6 +111,9 @@ export function cardZoneToNumber(zone: ygopro.CardZone): number { ...@@ -111,6 +111,9 @@ export function cardZoneToNumber(zone: ygopro.CardZone): number {
case ygopro.CardZone.PZONE: { case ygopro.CardZone.PZONE: {
return 0x200; return 0x200;
} }
case ygopro.CardZone.TZONE: {
return 0x300;
}
} }
} }
......
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