diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-20 15:11:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-20 15:11:23 -0300 |
commit | 5b3ecff2d42b8269462dcd676e9886a1a3a5ceaf (patch) | |
tree | 86b146eddf4261c3baaf5a03d6588e989d2386ec /npc/009-1 | |
parent | 9f79ae84ed441a60e9294df5a84885fc798415b4 (diff) | |
download | serverdata-5b3ecff2d42b8269462dcd676e9886a1a3a5ceaf.tar.gz serverdata-5b3ecff2d42b8269462dcd676e9886a1a3a5ceaf.tar.bz2 serverdata-5b3ecff2d42b8269462dcd676e9886a1a3a5ceaf.tar.xz serverdata-5b3ecff2d42b8269462dcd676e9886a1a3a5ceaf.zip |
Fix a missing "1" on foxhound
Diffstat (limited to 'npc/009-1')
-rw-r--r-- | npc/009-1/foxhound.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/009-1/foxhound.txt b/npc/009-1/foxhound.txt index e3f1591f7..fa6040d91 100644 --- a/npc/009-1/foxhound.txt +++ b/npc/009-1/foxhound.txt @@ -138,7 +138,7 @@ delitem Cheese, 5; delitem Aquada, 5; delitem Manana, 5; - getexp 1500, 15; + getexp 11500, 15; getitem Bucket, 1; mesn; mesq l("This is just a bucket, but I did some cuts on it so you can see though it. It protects your whole face."); |