fix
Some checks failed
Build / build (22) (push) Failing after 31s
Build / build (18) (push) Failing after 57s
Build / build (20) (pull_request) Failing after 57s
Build / build (20) (push) Failing after 1m2s
Build / build (18) (pull_request) Failing after 34s
Build / build (22) (pull_request) Failing after 1m1s
Some checks failed
Build / build (22) (push) Failing after 31s
Build / build (18) (push) Failing after 57s
Build / build (20) (pull_request) Failing after 57s
Build / build (20) (push) Failing after 1m2s
Build / build (18) (pull_request) Failing after 34s
Build / build (22) (pull_request) Failing after 1m1s
This commit is contained in:
parent
d81fdd24ed
commit
b000032a95
@ -23,7 +23,7 @@ export const manageQuestsController: RequestHandler = async (req, res) => {
|
||||
allQuestKeys.push(k);
|
||||
}
|
||||
}
|
||||
const inventory = await getInventory(accountId, "QuestKeys");
|
||||
const inventory = await getInventory(accountId, "QuestKeys NodeIntrosCompleted");
|
||||
|
||||
switch (operation) {
|
||||
case "updateKey": {
|
||||
|
@ -61,9 +61,6 @@
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/webui/mods" data-bs-dismiss="offcanvas" data-bs-target="#sidebar" data-loc="navbar_mods"></a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/webui/quests" data-bs-dismiss="offcanvas" data-bs-target="#sidebar" data-loc="navbar_quests"></a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/webui/cheats" data-bs-dismiss="offcanvas" data-bs-target="#sidebar" data-loc="navbar_cheats"></a>
|
||||
</li>
|
||||
@ -540,6 +537,13 @@
|
||||
<button class="btn btn-primary" type="submit" data-loc="cheats_changeButton"></button>
|
||||
</div>
|
||||
</form>
|
||||
<h5 class="mt-3" data-loc="cheats_quests"></h6>
|
||||
<div class="mb-2 d-flex flex-wrap gap-2">
|
||||
<button class="btn btn-primary" onclick="doQuestUpdate('unlockAll');" data-loc="cheats_quests_UnlockAll"></button>
|
||||
<button class="btn btn-primary" onclick="doQuestUpdate('completeAll');" data-loc="cheats_quests_CompleteAll"></button>
|
||||
<button class="btn btn-primary" onclick="doQuestUpdate('completeAllUnlocked');" data-loc="cheats_quests_CompleteAllUnlocked"></button>
|
||||
<button class="btn btn-primary" onclick="doQuestUpdate('ResetAll');" data-loc="cheats_quests_ResetAll"></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -73,12 +73,7 @@ dict = {
|
||||
inventory_bulkRankUpSpaceWeapons: `Max Rank All Archwing Weapons`,
|
||||
inventory_bulkRankUpSentinels: `Max Rank All Sentinels`,
|
||||
inventory_bulkRankUpSentinelWeapons: `Max Rank All Sentinel Weapons`,
|
||||
quests_list: `Quest List unimplemented currently`,
|
||||
quests_Actions: `Quest Actions`,
|
||||
quests_UnlockAll: `Unlock All Quests`,
|
||||
quests_CompleteAll: `Complete All Quests`,
|
||||
quests_CompleteAllUnlocked: `Complete All Unlocked Quests`,
|
||||
quests_ResetAll: `Reset All Quests`,
|
||||
|
||||
currency_RegularCredits: `Credits`,
|
||||
currency_PremiumCredits: `Platinum`,
|
||||
currency_FusionPoints: `Endo`,
|
||||
@ -122,6 +117,11 @@ dict = {
|
||||
cheats_changeSupportedSyndicate: `Supported syndicate`,
|
||||
cheats_changeButton: `Change`,
|
||||
cheats_none: `None`,
|
||||
cheats_quests: `Quests`,
|
||||
cheats_quests_UnlockAll: `Unlock All Quests`,
|
||||
cheats_quests_CompleteAll: `Complete All Quests`,
|
||||
cheats_quests_CompleteAllUnlocked: `Complete All Unlocked Quests`,
|
||||
cheats_quests_ResetAll: `Reset All Quests`,
|
||||
import_importNote: `You can provide a full or partial inventory response (client respresentation) here. All fields that are supported by the importer <b>will be overwritten</b> in your account.`,
|
||||
import_submit: `Submit`
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user