battleevent instance_id 추가

This commit is contained in:
2025-02-13 10:48:54 +09:00
parent aff0f4eeda
commit 702b867ee3
5 changed files with 10 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ public class CommonConstants {
public static final String TRUE = "True";
public static final String FALSE = "False";
public static final String NONE = "None";
public static final int BATTLE_SERVER_WAIT_TIME = 600; // (seconds) 이벤트 홍보시간이 300초인데 여유있게 처리하게 하기위해 600으로 준다.
public static final String SCHEDULE = "Schedule";
public static final int BATTLE_SERVER_WAIT_TIME = 600; // (seconds) 이벤트 홍보시간이 300초인데 여유있게 처리하게 하기위해 600으로 준다.
public static final int BATTLE_INSTANCE_ID = 1017007;
}