Commit f776f627 authored by artfreakwiu's avatar artfreakwiu

small error fixed in ygo game

parent caa84794
......@@ -476,7 +476,7 @@ pack item:
filter: card.rarity == "common"
pack item:
name: gold
filter: card.rarity != "gold tech"
filter: card.rarity == "gold tech"
pack item:
name: card
filter: card.number != ""
......
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