mirror of
https://gitlab.com/YuukiPS/GC-Resources.git
synced 2025-01-08 12:07:53 +08:00
Merge branch 'gc-resources-3.6' into 3.6
This commit is contained in:
commit
5f8c418a9f
@ -40,7 +40,15 @@
|
||||
"isRewind": true,
|
||||
"finishExec": [],
|
||||
"failExec": [],
|
||||
"beginExec": []
|
||||
"beginExec": [
|
||||
{
|
||||
"type": "QUEST_EXEC_SET_IS_GAME_TIME_LOCKED",
|
||||
"param": [
|
||||
"1"
|
||||
],
|
||||
"param_str": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"subId": 35100,
|
||||
|
@ -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",
|
||||
|
@ -31,6 +31,14 @@ const patches = {
|
||||
count: 1
|
||||
}
|
||||
]
|
||||
},
|
||||
35104: {
|
||||
beginExec: [
|
||||
{
|
||||
type: "QUEST_EXEC_SET_IS_GAME_TIME_LOCKED",
|
||||
param: ["1"], param_str: ""
|
||||
}
|
||||
]
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user