Added translation for npc subtype

This commit is contained in:
Vlyan
2020-12-25 11:06:28 +01:00
parent 6820ea7684
commit 139b6eb54d
7 changed files with 44 additions and 26 deletions

View File

@@ -308,7 +308,7 @@ export class TwentyQuestions {
const exceed = {};
TwentyQuestions[listName].forEach((formName) => {
const id = getProperty(this.data, formName);
if (id === "none") {
if (!id || id === "none") {
return;
}
if (!store[id]) {