diff options
author | Reid <reidyaro@gmail.com> | 2015-07-23 20:36:57 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-07-23 20:36:57 +0200 |
commit | 5ae70dc9db0694d0fa60f20f6f84c8069c517b7e (patch) | |
tree | 82cb6740b5e6fa9f7eaf320af895d96cf5f05ca4 | |
parent | 32e1c5996c7a57629538fa972f1ce9d1ffb5f96f (diff) | |
download | serverdata-5ae70dc9db0694d0fa60f20f6f84c8069c517b7e.tar.gz serverdata-5ae70dc9db0694d0fa60f20f6f84c8069c517b7e.tar.bz2 serverdata-5ae70dc9db0694d0fa60f20f6f84c8069c517b7e.tar.xz serverdata-5ae70dc9db0694d0fa60f20f6f84c8069c517b7e.zip |
Fix wrong item id.
-rw-r--r-- | npc/000-1/gugli.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt index 3ad2752d..f1cd3b6b 100644 --- a/npc/000-1/gugli.txt +++ b/npc/000-1/gugli.txt @@ -110,8 +110,8 @@ L_CollectSmthing: next; delitem 714, countitem(714); - delitem 715, countitem(714); - delitem 716, countitem(714); + delitem 715, countitem(715); + delitem 716, countitem(716); mesq l("You still need to give me boxes from: "); if (getq(ShipQuests_Astapolos) == 0) mesq l("- Astapolos"); |