Fix possible wildcard parser breaking wildcards in collection (#772)
parent
6aa51c468b
commit
de056ff8d8
|
|
@ -63,7 +63,7 @@ __artists/Photography/by_country/panama__
|
|||
__artists/Photography/by_country/peru__
|
||||
__artists/Photography/by_country/poland__
|
||||
__artists/Photography/by_country/portugal__
|
||||
__artists/Photography/by_country/romania
|
||||
__artists/Photography/by_country/romania__
|
||||
__artists/Photography/by_country/russia__
|
||||
__artists/Photography/by_country/sierra_leone__
|
||||
__artists/Photography/by_country/singapore__
|
||||
|
|
|
|||
|
|
@ -120,7 +120,10 @@ Goblin Piker
|
|||
Outrage Shaman
|
||||
Auntie's Snitch
|
||||
Akki Underling
|
||||
Goblin Blastronauts_____ GoblinGoblin HaberdasherGoblin Roughrider
|
||||
Goblin Blastronauts
|
||||
Goblin
|
||||
Goblin Haberdasher
|
||||
Goblin Roughrider
|
||||
Goblin Berserker
|
||||
Swirling Spriggan
|
||||
Boggart Harbinger
|
||||
|
|
|
|||
|
|
@ -47,7 +47,6 @@ Dralnu's Pet
|
|||
Valiant Changeling
|
||||
Unstable Shapeshifter
|
||||
Evil Twin
|
||||
_____
|
||||
Battlegate Mimic
|
||||
Dack's Duplicate
|
||||
Dermoplasm
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
__vedalken/artificer__
|
||||
__vedalken/rogue__
|
||||
__vedalken/soldier__
|
||||
__vedalken/_
|
||||
|
|
|
|||
Loading…
Reference in New Issue