Compare commits

..

4 Commits

Author SHA1 Message Date
a99eb85fdd UPDATE: Real map fix
All checks were successful
Build / build (push) Successful in 5m24s
2026-04-04 00:11:40 +07:00
bd647edd48 UPDATE: Fix bug
All checks were successful
Build / build (push) Successful in 5m18s
2026-04-03 18:01:15 +07:00
77374d8b50 UPDATE: Fix bug 2026-04-03 18:00:54 +07:00
a6be76cc3a UPDATE: Fix load map
All checks were successful
Build / build (push) Successful in 5m18s
2026-04-02 01:09:45 +07:00
4 changed files with 22 additions and 20 deletions

Binary file not shown.

View File

@@ -1,21 +1,21 @@
{
"leader": 2,
"leader": 0,
"lineups": {
"0": 1308,
"1": 1406,
"2": 1218,
"3": 1304
"0": 1415,
"1": 1407,
"2": 1409,
"3": 1413
},
"position": {
"x": -30,
"z": -22750,
"y": -15000,
"rot_y": 234288
"x": -3960,
"z": 10370,
"y": 182047,
"rot_y": 250782
},
"scene": {
"plane_id": 10000,
"floor_id": 10000003,
"entry_id": 100000352
"plane_id": 20521,
"floor_id": 20521001,
"entry_id": 2052101
},
"player_outfit": [
1003
@@ -339,6 +339,7 @@
"cur_avatar_player_icon": 202034,
"cur_player_personal_card": 253001,
"cur_signature": "Firefly GO By Kain",
"cur_nickname": "Superme",
"cur_display_avatar": [
1310,
1309,

View File

@@ -1,5 +1,5 @@
{
"latest_version": "4.1.3-01",
"changelog": "UPDATE: 4.1.53",
"apk_url": "https://git.kain.io.vn/Firefly-Shelter/FireflyGo_Android/releases/download/4.1.3-01/firefly_go_android.apk"
"latest_version": "4.1.3-04",
"changelog": "UPDATE: Fix bug load map",
"apk_url": "https://git.kain.io.vn/Firefly-Shelter/FireflyGo_Android/releases/download/4.1.3-04/firefly_go_android.apk"
}

View File

@@ -1,4 +1,5 @@
{
"tag": "4.1.3-01",
"title": "PreBuild Version 4.1.53 - 01"
}
"tag": "4.1.3-04",
"title": "PreBuild Version 4.1.53 - 04"
}