Quest logic bugfixes

Quest logic bugfixes.  Full compile.
This commit is contained in:
Jaysyn904
2022-08-11 20:28:01 -04:00
parent 212d2432f2
commit 8994c41256
39 changed files with 12 additions and 12 deletions

View File

@@ -23,7 +23,7 @@ int StartingConditional()
nInt = RetrieveQuestState("kupra", oPC);
//nInt=GetLocalInt(oPC, "NW_JOURNAL_ENTRYkupra");
if (!nInt == 1)
if (!(nInt == 1))
return FALSE;
return TRUE;