diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-07 12:24:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-07 12:24:33 -0300 |
commit | 17c5aa43c16f2e9952cb85628b39236cc504f4ed (patch) | |
tree | 8ab952a03c0422a9d93fe8a469e12c9a7b7c39a8 | |
parent | 51357ba58d637f1696896b95e4bb37f5e598f798 (diff) | |
download | serverdata-17c5aa43c16f2e9952cb85628b39236cc504f4ed.tar.gz serverdata-17c5aa43c16f2e9952cb85628b39236cc504f4ed.tar.bz2 serverdata-17c5aa43c16f2e9952cb85628b39236cc504f4ed.tar.xz serverdata-17c5aa43c16f2e9952cb85628b39236cc504f4ed.zip |
Book only 10 slots
-rw-r--r-- | npc/017-10/dispatcher.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-10/dispatcher.txt b/npc/017-10/dispatcher.txt index 64dc5f208..c23cae78d 100644 --- a/npc/017-10/dispatcher.txt +++ b/npc/017-10/dispatcher.txt @@ -274,7 +274,7 @@ L_Main: // Returns amount of Homunculus EXP to get function lootField { // Ensure you have free space - inventoryplace Iten, 3, NPCEyes, 10; + inventoryplace Iten, 3, NPCEyes, 9; .@lv=gethominfo(6); // Base EXP is based on Homunculus level and intimacy |