diff options
author | Alige <aligetmw@hotmail.fr> | 2013-07-13 19:28:17 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-07-13 19:28:17 +0200 |
commit | d2f299a2ac5a582da6cbca4252f94f7fc0681a73 (patch) | |
tree | d62b8f12f15a50a868c6b69b70ab127db8def8d7 | |
parent | afdd86758f2c6e5a9fea769b54e093a7e0ee41ef (diff) | |
download | serverdata-d2f299a2ac5a582da6cbca4252f94f7fc0681a73.tar.gz serverdata-d2f299a2ac5a582da6cbca4252f94f7fc0681a73.tar.bz2 serverdata-d2f299a2ac5a582da6cbca4252f94f7fc0681a73.tar.xz serverdata-d2f299a2ac5a582da6cbca4252f94f7fc0681a73.zip |
Fixed the gender of the cookie master, it's a "she".
-rw-r--r-- | npc/000-1/cookiemaster.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-1/cookiemaster.txt b/npc/000-1/cookiemaster.txt index 611071c5..198ba072 100644 --- a/npc/000-1/cookiemaster.txt +++ b/npc/000-1/cookiemaster.txt @@ -5,7 +5,7 @@ // Description: // Cookie NPC, beware, if you don't take your cookie, she'll keep it! -000-1.gat,97,50,0,1 script Cookie Master 319;2,{ +000-1.gat,97,50,0,0 script Cookie Master 319;2,{ if (getq(General_Cookies) == 1) goto l_GetCookie; |