diff --git a/app/src/main/assets/data-in-game.json b/app/src/main/assets/data-in-game.json index 50eee61..dccf3d7 100644 --- a/app/src/main/assets/data-in-game.json +++ b/app/src/main/assets/data-in-game.json @@ -7,15 +7,15 @@ "3": 1403 }, "position": { - "x": -4030, - "z": -13006, - "y": 0, - "rot_y": 270000 + "x": -30, + "z": -22750, + "y": -15000, + "rot_y": 234288 }, "scene": { "plane_id": 10000, - "floor_id": 10000000, - "entry_id": 100000104 + "floor_id": 10000003, + "entry_id": 100000352 }, "player_outfit": [ 1003 @@ -218,7 +218,7 @@ }, "challenge_peak": { "current_mode": "Knight", - "group_id": 8, + "group_id": 9, "is_in_challenge_peak": false, "challenge_peak_data": { "1": { @@ -532,6 +532,19 @@ "current_challenge_id": 0, "details_data": null } + }, + "9": { + "checkmate_data": { + "challenge_id": 0, + "blessing": 0, + "lineup": null, + "stage_id": 0, + "is_hard_mode": false + }, + "knight_data": { + "current_challenge_id": 0, + "details_data": null + } } } }, diff --git a/app/src/main/res/raw/app_version_json.json b/app/src/main/res/raw/app_version_json.json index 9103564..369b5bd 100644 --- a/app/src/main/res/raw/app_version_json.json +++ b/app/src/main/res/raw/app_version_json.json @@ -1,5 +1,5 @@ { - "latest_version": "4.4.1-01", + "latest_version": "4.4.1-02", "changelog": "UPDATE: 4.4.5X", - "apk_url": "https://git.kain.io.vn/Firefly-Shelter/FireflyGo_Android/releases/download/4.4.1-01/firefly_go_android.apk" + "apk_url": "https://git.kain.io.vn/Firefly-Shelter/FireflyGo_Android/releases/download/4.4.1-02/firefly_go_android.apk" } \ No newline at end of file diff --git a/script/release.json b/script/release.json index f4ce83d..c07127f 100644 --- a/script/release.json +++ b/script/release.json @@ -1,4 +1,4 @@ { - "tag": "4.4.1-01", - "title": "PreBuild Version 4.4.51-01" + "tag": "4.4.1-02", + "title": "PreBuild Version 4.4.51-02" } \ No newline at end of file