mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 11:33:55 -07:00
oracle Æther <-> Aether URL Bug
This commit is contained in:
parent
9c4264b491
commit
07f49f54ff
1 changed files with 1 additions and 0 deletions
|
|
@ -173,6 +173,7 @@ QString OracleImporter::getURLFromName(QString name) const
|
||||||
{
|
{
|
||||||
return pictureUrl.arg(
|
return pictureUrl.arg(
|
||||||
name
|
name
|
||||||
|
.replace("Æther", "Aether")
|
||||||
.remove('\'')
|
.remove('\'')
|
||||||
.remove("//")
|
.remove("//")
|
||||||
.remove(',')
|
.remove(',')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue