diff options
Diffstat (limited to 'npc/halloween/2010')
-rw-r--r-- | npc/halloween/2010/gak.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/halloween/2010/gak.txt b/npc/halloween/2010/gak.txt index cd6d41ab..f1ceaf2c 100644 --- a/npc/halloween/2010/gak.txt +++ b/npc/halloween/2010/gak.txt @@ -323,7 +323,7 @@ L_Collecting_Sweets: setarray @menuitems$, "", "", "", "", ""; set @c, 0; - if (countitem("tondel") < 1) goto L_Sweets_Marshmallow; + if (countitem("TonoriDelight") < 1) goto L_Sweets_Marshmallow; set @menuitems$[@c], "Tonori Delight."; set @menuid[@c], 0; set @c, @c + 1; |