Fixed Dam and Writhing Tentacle not being in the merchant. Fixed the last few cards of V2 not being in the merchant. Fixed the merchant always showing packs in front of the cards regardless of setting.
This commit is contained in:
@@ -513,7 +513,7 @@ var LegacyCardFilter = Class.extend({
|
||||
|
||||
var type = $("#type option:selected").prop("value");
|
||||
if (type != "")
|
||||
type = " type:" + type;
|
||||
type = " product:" + type;
|
||||
|
||||
var race = $("#race option:selected").prop("value");
|
||||
if (race != "")
|
||||
|
||||
@@ -61,4 +61,6 @@
|
||||
101U61
|
||||
101U62
|
||||
101U63
|
||||
101U64
|
||||
101U64
|
||||
101X65
|
||||
101X66
|
||||
@@ -69,4 +69,8 @@
|
||||
102X69
|
||||
102X70
|
||||
102X71
|
||||
102X72
|
||||
102X72
|
||||
102X73
|
||||
102X74
|
||||
102X75
|
||||
102X76
|
||||
Reference in New Issue
Block a user