From cb8e71399284f45c65fe9e30efcd94f5fc050d5d Mon Sep 17 00:00:00 2001 From: E Athena Server Date: Fri, 19 Nov 2010 12:17:14 +0100 Subject: Fix check in gak and also tongue drop rates. --- npc/halloween/2010/gak.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/halloween') 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; -- cgit v1.2.3-70-g09d2