summaryrefslogtreecommitdiff
path: root/npc/048-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-10-10 14:33:56 -0300
committerJesusaves <cpntb1@ymail.com>2021-10-10 14:33:56 -0300
commit072711d5c99fb2ff41b0ce0995194d05b316ae59 (patch)
treeb91474cc3e6f6f68ac7240ee46d903d302edc8dd /npc/048-2
parentf8957d8614f30d74ac4c0a08856b7e865a9c350d (diff)
downloadserverdata-072711d5c99fb2ff41b0ce0995194d05b316ae59.tar.gz
serverdata-072711d5c99fb2ff41b0ce0995194d05b316ae59.tar.bz2
serverdata-072711d5c99fb2ff41b0ce0995194d05b316ae59.tar.xz
serverdata-072711d5c99fb2ff41b0ce0995194d05b316ae59.zip
Mirror Lake IDs changed
Diffstat (limited to 'npc/048-2')
-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));