summaryrefslogtreecommitdiff
path: root/npc/halloween
diff options
context:
space:
mode:
authorE Athena Server <eathena@platinum.linux.pl>2010-11-19 12:17:14 +0100
committerJared Adams <jaxad0127@gmail.com>2010-12-20 21:14:04 -0700
commitcb8e71399284f45c65fe9e30efcd94f5fc050d5d (patch)
treea774f756848a2c7d04aace4fdb5aa9bc0136a5ed /npc/halloween
parentde68f1e4043412fa928e3dda1175a5d3257e5251 (diff)
downloadserverdata-cb8e71399284f45c65fe9e30efcd94f5fc050d5d.tar.gz
serverdata-cb8e71399284f45c65fe9e30efcd94f5fc050d5d.tar.bz2
serverdata-cb8e71399284f45c65fe9e30efcd94f5fc050d5d.tar.xz
serverdata-cb8e71399284f45c65fe9e30efcd94f5fc050d5d.zip
Fix check in gak and also tongue drop rates.
Diffstat (limited to 'npc/halloween')
-rw-r--r--npc/halloween/2010/gak.txt2
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;