Merge branch 'gc-resources-3.6' into 3.6

This commit is contained in:
Yuuki 2023-05-08 22:16:22 +08:00
commit 5f8c418a9f
3 changed files with 26 additions and 2 deletions

View File

@ -40,7 +40,15 @@
"isRewind": true,
"finishExec": [],
"failExec": [],
"beginExec": []
"beginExec": [
{
"type": "QUEST_EXEC_SET_IS_GAME_TIME_LOCKED",
"param": [
"1"
],
"param_str": ""
}
]
},
{
"subId": 35100,

View File

@ -1253,7 +1253,15 @@
"isRewind": true,
"finishExec": [],
"failExec": [],
"beginExec": []
"beginExec": [
{
"type": "QUEST_EXEC_SET_IS_GAME_TIME_LOCKED",
"param": [
"1"
],
"param_str": ""
}
]
},
{
"json_file": "351.json",

View File

@ -31,6 +31,14 @@ const patches = {
count: 1
}
]
},
35104: {
beginExec: [
{
type: "QUEST_EXEC_SET_IS_GAME_TIME_LOCKED",
param: ["1"], param_str: ""
}
]
}
};