summaryrefslogtreecommitdiff
path: root/npc/048-2/sageNikolai.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/048-2/sageNikolai.txt')
-rw-r--r--npc/048-2/sageNikolai.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/048-2/sageNikolai.txt b/npc/048-2/sageNikolai.txt
index 1013db10..533d1875 100644
--- a/npc/048-2/sageNikolai.txt
+++ b/npc/048-2/sageNikolai.txt
@@ -271,8 +271,8 @@ L_Full_Inv:
L_Done:
mesn;
mesq l("Thanks for all of your help.");
- if ((get_nibble(##03_TMWQUEST, 0) == 2) &&
- (##01_MLWORLD & MLP_TMW_YETIKING) &&
+ if ((get_nibble(##01_TMWQUEST, 0) == 2) &&
+ (##02_MLWORLD & MLP_TMW_YETIKING) &&
getvaultid()) goto L_VaultQuest;
goto L_close;
@@ -342,7 +342,7 @@ L_VaultQuest:
if (@menu == 3) .@it = WoodenStaff;
inventoryplace .@it, 1;
getitem .@it, 1;
- set_nibble(##03_TMWQUEST, 0, 3);
+ set_nibble(##01_TMWQUEST, 0, 3);
getvaultexp(50);
mesn;
mesq l("Here, take this %s. Tell Angela just that I've heard about it and I'll investigate, and she has nothing to worry about.", getitemlink(.@it));