From 0f0f0ce175a9c04de748c3a5b7ee3fcbfa5ffd4e Mon Sep 17 00:00:00 2001 From: Cekis Date: Mon, 11 Jan 2021 13:25:42 -0500 Subject: [PATCH] Updated city invasion order to match live. --- sku.0/sys.server/compiled/game/script/library/gcw.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sku.0/sys.server/compiled/game/script/library/gcw.java b/sku.0/sys.server/compiled/game/script/library/gcw.java index cad8b7c5b..5a69c0356 100755 --- a/sku.0/sys.server/compiled/game/script/library/gcw.java +++ b/sku.0/sys.server/compiled/game/script/library/gcw.java @@ -244,7 +244,7 @@ public class gcw extends script.base_script public static final int GCW_TOKENS_LOSER_PARTICIPANTS = 10; public static final int GCW_POINTS_CONSTRUCTION_PHASE = 100; public static final int GCW_TOKENS_CONSTRUCTION_PHASE = 20; - public static final String[] INVASION_CITIES = {"dearic", "keren", "bestine"}; + public static final String[] INVASION_CITIES = {"bestine", "dearic", "keren"}; public static final String DEARIC_CITY_TABLE = "datatables/gcw/gcw_city_dearic.iff"; public static final String KEREN_CITY_TABLE = "datatables/gcw/gcw_city_keren.iff"; public static final String BESTINE_CITY_TABLE = "datatables/gcw/gcw_city_bestine.iff";