diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-02-06 00:43:47 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-02-06 00:43:47 +0100 |
commit | 7a7e43b8b2697734ec958c4b348f3a9077241c96 (patch) | |
tree | 5e0bf7d790c90be4970e56d213eb85cad5a998c2 /npc/027-2_Caretakers_House/diary.txt | |
parent | a8359ff4e1fedd3051e9ec77d09d12b61c10f62f (diff) | |
download | serverdata-7a7e43b8b2697734ec958c4b348f3a9077241c96.tar.gz serverdata-7a7e43b8b2697734ec958c4b348f3a9077241c96.tar.bz2 serverdata-7a7e43b8b2697734ec958c4b348f3a9077241c96.tar.xz serverdata-7a7e43b8b2697734ec958c4b348f3a9077241c96.zip |
gy inn: adding next parts of love triangle quest
Diffstat (limited to 'npc/027-2_Caretakers_House/diary.txt')
-rw-r--r-- | npc/027-2_Caretakers_House/diary.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/027-2_Caretakers_House/diary.txt b/npc/027-2_Caretakers_House/diary.txt index 9e931733..233dc8c5 100644 --- a/npc/027-2_Caretakers_House/diary.txt +++ b/npc/027-2_Caretakers_House/diary.txt @@ -28,9 +28,9 @@ L_Diary: mes "'Hamond won't be here next 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 about the inn, while he's away. Savaric.. '"; next; mes "This is the last entry."; - if (@state != 6) goto L_Close; + if (@reid != 6) goto L_Close; - set @state, 7; + set @reid, 7; callsub S_Update_Mask; L_Close: close; @@ -38,6 +38,6 @@ L_Close: S_Update_Mask: set QUEST_Graveyard_Inn, (QUEST_Graveyard_Inn & ~(@Graveyard_Inn_MASK)) - | (@state << @Graveyard_Inn_SHIFT); + | (@reid << @Graveyard_Inn_SHIFT); return; } |