diff options
author | mekolat <mekolat@gmail.com> | 2014-10-29 12:15:37 -0400 |
---|---|---|
committer | mekolat <mekolat@gmail.com> | 2014-10-29 12:15:37 -0400 |
commit | e29216fba24a39eaf1b0391d4770bb342335da1d (patch) | |
tree | 653efb3515b7e28058e76c332178cb6de155fe0a /world/map/npc/068-2/hetchel.txt | |
parent | 12d81ac26235fb46173b55d65b0c9d63de5a137d (diff) | |
download | serverdata-e29216fba24a39eaf1b0391d4770bb342335da1d.tar.gz serverdata-e29216fba24a39eaf1b0391d4770bb342335da1d.tar.bz2 serverdata-e29216fba24a39eaf1b0391d4770bb342335da1d.tar.xz serverdata-e29216fba24a39eaf1b0391d4770bb342335da1d.zip |
add missing save points
Diffstat (limited to 'world/map/npc/068-2/hetchel.txt')
-rw-r--r-- | world/map/npc/068-2/hetchel.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/npc/068-2/hetchel.txt b/world/map/npc/068-2/hetchel.txt index 0700598f..4bcf4cb4 100644 --- a/world/map/npc/068-2/hetchel.txt +++ b/world/map/npc/068-2/hetchel.txt @@ -188,6 +188,7 @@ L_Spants_Cry_Cont_3: L_Spants_Cry_Cont_4: set @spants_state, 3; + callsub S_Update_Spants; mes "[Hetchel the weaver]"; mes ""; mes "\"Oh wait! I am not sure if it is such a good idea to ask her about that, I think she would not give the plans to you anyway."; @@ -204,6 +205,7 @@ L_Spants_Reply_Cry: mes ""; mes "\"...\""; set @spants_state, 1; + callsub S_Update_Spants; goto L_Close; |