diff options
Diffstat (limited to 'world/map/npc/001-1/sarah.txt')
-rw-r--r-- | world/map/npc/001-1/sarah.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/001-1/sarah.txt b/world/map/npc/001-1/sarah.txt index 9f61fc19..5ed5289c 100644 --- a/world/map/npc/001-1/sarah.txt +++ b/world/map/npc/001-1/sarah.txt @@ -15,8 +15,8 @@ next; set @TEMP, rand(2); - if(@TEMP == 0) goto L_Opening0; if(@TEMP == 1) goto L_Opening1; + goto L_Opening0; L_Opening0: mes "\"Cherry Cake is the best!\""; |