diff options
author | Alige <aligetmw@hotmail.fr> | 2013-06-16 16:08:47 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-06-16 16:08:47 +0400 |
commit | c6ffb57c06d2c2788c219675c4bcc40ecb2c4af3 (patch) | |
tree | 08282cf30c117a40586be8c422fac9e33b352d38 /npc | |
parent | 95cf3f51639ffec735aa5baeaef9204ead4e87a8 (diff) | |
download | serverdata-c6ffb57c06d2c2788c219675c4bcc40ecb2c4af3.tar.gz serverdata-c6ffb57c06d2c2788c219675c4bcc40ecb2c4af3.tar.bz2 serverdata-c6ffb57c06d2c2788c219675c4bcc40ecb2c4af3.tar.xz serverdata-c6ffb57c06d2c2788c219675c4bcc40ecb2c4af3.zip |
Added a new helped on the cookie list.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/cookiemaster.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/000-1/cookiemaster.txt b/npc/000-1/cookiemaster.txt index 50facac0..10da749f 100644 --- a/npc/000-1/cookiemaster.txt +++ b/npc/000-1/cookiemaster.txt @@ -63,6 +63,8 @@ l_Check: goto l_Reward; if (strcharinfo(0) == "Socapex") goto l_Reward; + if (strcharinfo(0) == "Kenny690") + goto l_Reward; mesq l("I'm sorry but I can't see your name anywhere."); next; |