diff options
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; |