diff options
author | Chuck Miller <shadowmil@gmail.com> | 2009-09-22 17:41:33 -0400 |
---|---|---|
committer | Chuck Miller <shadowmil@gmail.com> | 2009-09-22 17:42:38 -0400 |
commit | 0c3526877c02bc6f8e882c1b138279512e4b4194 (patch) | |
tree | 62ba4d1e105fcc6c3459da8ffb89062222c987d7 /npc | |
parent | 90309d65eec85483792f68877970b85078e6018b (diff) | |
download | serverdata-0c3526877c02bc6f8e882c1b138279512e4b4194.tar.gz serverdata-0c3526877c02bc6f8e882c1b138279512e4b4194.tar.bz2 serverdata-0c3526877c02bc6f8e882c1b138279512e4b4194.tar.xz serverdata-0c3526877c02bc6f8e882c1b138279512e4b4194.zip |
Adds missing next for a bakery npc
Diffstat (limited to 'npc')
-rw-r--r-- | npc/021-2_Tulimshar/bakery.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/021-2_Tulimshar/bakery.txt b/npc/021-2_Tulimshar/bakery.txt index 6458c781..bcb2ba28 100644 --- a/npc/021-2_Tulimshar/bakery.txt +++ b/npc/021-2_Tulimshar/bakery.txt @@ -4,7 +4,7 @@ 021-2.gat,95,21,0 script Riskim 148,{ mes "[Riskim]"; mes "\"Welcome to our bakery!\""; - + next; callfunc "KadiyaSubquestConsts"; if ((@Q_kadiya_status == @Q_STATUS_WANTS_CHOCOCAKE) && (countitem ("MopoxCurePotion") > 0)) goto L_lace_chococake; |