diff options
Diffstat (limited to 'world/map/npc/027-2/diary.txt')
-rw-r--r-- | world/map/npc/027-2/diary.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/world/map/npc/027-2/diary.txt b/world/map/npc/027-2/diary.txt index 2446daac..904da80f 100644 --- a/world/map/npc/027-2/diary.txt +++ b/world/map/npc/027-2/diary.txt @@ -28,7 +28,8 @@ L_Diary: mes "'Hamond won't be here tomorrow night - he needs to visit our wine supplier to negotiate the prices. Savaric knows this. I'm feeling so excited - I should go with Hamond, but I told him I need to take care of the inn while he's away. Savaric.. '"; next; mes "This is the last entry."; - if (@reid != 6) goto L_Close; + if (@reid != 6) + goto L_Close; set @reid, 7; callsub S_Update_Mask; |