diff options
author | Alige <aligetmw@hotmail.fr> | 2013-07-09 21:13:00 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-07-09 21:13:00 +0200 |
commit | 10cc62d0a293991ecfbd48f7e3e4c6ae6b90b8ba (patch) | |
tree | 83949c58040bbc152da9b81496f4fd7318d34005 /npc | |
parent | 42b9ad30b5f847b736df54528e8f572ba8748a1e (diff) | |
download | clientdata-10cc62d0a293991ecfbd48f7e3e4c6ae6b90b8ba.tar.gz clientdata-10cc62d0a293991ecfbd48f7e3e4c6ae6b90b8ba.tar.bz2 clientdata-10cc62d0a293991ecfbd48f7e3e4c6ae6b90b8ba.tar.xz clientdata-10cc62d0a293991ecfbd48f7e3e4c6ae6b90b8ba.zip |
Updated hal's name in cookie list.
Diffstat (limited to 'npc')
-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 62c8b957..611071c5 100644 --- a/npc/000-1/cookiemaster.txt +++ b/npc/000-1/cookiemaster.txt @@ -57,7 +57,7 @@ l_Check: goto l_Reward; if (strcharinfo(0) == "enchilado") goto l_Reward; - if (strcharinfo(0) == "Hal9000") + if (strcharinfo(0) == "hal9000") goto l_Reward; if (strcharinfo(0) == "Reid") goto l_Reward; |