diff options
author | Fate <fate-tmw@googlemail.com> | 2009-01-07 15:10:18 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-01-07 15:10:18 -0700 |
commit | b2ec357e68a1b2e692f1c1081c4cc4f11682576a (patch) | |
tree | 6498985ddbb50a8f5405ff6760d4a0c9ae5da7c4 /npc/011-1_Woodland/alchemist.txt | |
parent | c226d805845e2717b101788c4db5750abcce7c5b (diff) | |
download | serverdata-b2ec357e68a1b2e692f1c1081c4cc4f11682576a.tar.gz serverdata-b2ec357e68a1b2e692f1c1081c4cc4f11682576a.tar.bz2 serverdata-b2ec357e68a1b2e692f1c1081c4cc4f11682576a.tar.xz serverdata-b2ec357e68a1b2e692f1c1081c4cc4f11682576a.zip |
Misc. fixes, added most of Wyara
Diffstat (limited to 'npc/011-1_Woodland/alchemist.txt')
-rw-r--r-- | npc/011-1_Woodland/alchemist.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/011-1_Woodland/alchemist.txt b/npc/011-1_Woodland/alchemist.txt index 8ce50f06..f6067d39 100644 --- a/npc/011-1_Woodland/alchemist.txt +++ b/npc/011-1_Woodland/alchemist.txt @@ -97,7 +97,7 @@ L_certain_condition: set @menuitems$[@c], "Can you make sulphur powder?"; set @menuID[@c], @CHOICE_SULPHUR; set @c, @c + 1; -L_post_sulphur_option; +L_post_sulphur_option: if (@Q_status == @SETZER_INITIAL) goto L_main_menu; |