mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-03 01:15:41 -07:00
This commit is contained in:
@@ -250,7 +250,7 @@ int OracleImporter::importTextSpoiler(CardSet *set, const QVariant &data)
|
||||
if(map.contains("name"))
|
||||
{
|
||||
if(!cardName.isEmpty())
|
||||
cardName += prefix;
|
||||
cardName += (orderedMaps.count() > 2) ? QString("/") : prefix;
|
||||
cardName += map.value("name").toString();
|
||||
}
|
||||
if(map.contains("manaCost"))
|
||||
|
||||
Reference in New Issue
Block a user