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/peru__
|
||||||
__artists/Photography/by_country/poland__
|
__artists/Photography/by_country/poland__
|
||||||
__artists/Photography/by_country/portugal__
|
__artists/Photography/by_country/portugal__
|
||||||
__artists/Photography/by_country/romania
|
__artists/Photography/by_country/romania__
|
||||||
__artists/Photography/by_country/russia__
|
__artists/Photography/by_country/russia__
|
||||||
__artists/Photography/by_country/sierra_leone__
|
__artists/Photography/by_country/sierra_leone__
|
||||||
__artists/Photography/by_country/singapore__
|
__artists/Photography/by_country/singapore__
|
||||||
|
|
|
||||||
|
|
@ -120,7 +120,10 @@ Goblin Piker
|
||||||
Outrage Shaman
|
Outrage Shaman
|
||||||
Auntie's Snitch
|
Auntie's Snitch
|
||||||
Akki Underling
|
Akki Underling
|
||||||
Goblin Blastronauts_____ GoblinGoblin HaberdasherGoblin Roughrider
|
Goblin Blastronauts
|
||||||
|
Goblin
|
||||||
|
Goblin Haberdasher
|
||||||
|
Goblin Roughrider
|
||||||
Goblin Berserker
|
Goblin Berserker
|
||||||
Swirling Spriggan
|
Swirling Spriggan
|
||||||
Boggart Harbinger
|
Boggart Harbinger
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,6 @@ Dralnu's Pet
|
||||||
Valiant Changeling
|
Valiant Changeling
|
||||||
Unstable Shapeshifter
|
Unstable Shapeshifter
|
||||||
Evil Twin
|
Evil Twin
|
||||||
_____
|
|
||||||
Battlegate Mimic
|
Battlegate Mimic
|
||||||
Dack's Duplicate
|
Dack's Duplicate
|
||||||
Dermoplasm
|
Dermoplasm
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
__vedalken/artificer__
|
__vedalken/artificer__
|
||||||
__vedalken/rogue__
|
__vedalken/rogue__
|
||||||
__vedalken/soldier__
|
__vedalken/soldier__
|
||||||
__vedalken/_
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue