Updated forge-gui-mobile(-dev) poms to reference the forge pom as a parent. Updated card prices url to cardforge.link.

This commit is contained in:
Krazy
2015-07-21 01:20:37 +00:00
parent 17730292be
commit 815fd10313
3 changed files with 16 additions and 3 deletions

View File

@@ -176,7 +176,7 @@ public final class ForgeConstants {
// URLs
private static final String URL_CARDFORGE = "http://downloads.cardforge.link";
public static final String URL_PIC_DOWNLOAD = URL_CARDFORGE + "/images/cards/";
public static final String URL_PRICE_DOWNLOAD = "http://www.cardforge.link/MagicInfo/pricegen.php";
public static final String URL_PRICE_DOWNLOAD = "http://downloads.cardforge.link/all-prices.txt";
// Constants for Display Card Identity game setting
public static final String DISP_CURRENT_COLORS_ALWAYS = "Always";