feat: skipAllDialogue #453
@ -47,8 +47,8 @@ const inventoryController: RequestHandler = async (request, response) => {
|
|||||||
if (config.skipAllDialogue) {
|
if (config.skipAllDialogue) {
|
||||||
inventoryResponse.TauntHistory = [
|
inventoryResponse.TauntHistory = [
|
||||||
{
|
{
|
||||||
"node": "TreasureTutorial",
|
node: "TreasureTutorial",
|
||||||
"state": "TS_COMPLETED"
|
state: "TS_COMPLETED"
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
for (const str of allDialogue) {
|
for (const str of allDialogue) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user