summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorReid Yaro <reidyaro@gmail.com>2013-05-20 03:49:50 +0100
committerReid Yaro <reidyaro@gmail.com>2013-05-20 03:49:50 +0100
commit485f5a396a1f1b92f18bd56c757b32f4c068084c (patch)
tree3ba0a96cdc7381d8f6b09d4736d9127e1fc402f7 /npc/functions
parent67671ebe9cc05420deb9e762cda165af8c095823 (diff)
downloadserverdata-485f5a396a1f1b92f18bd56c757b32f4c068084c.tar.gz
serverdata-485f5a396a1f1b92f18bd56c757b32f4c068084c.tar.bz2
serverdata-485f5a396a1f1b92f18bd56c757b32f4c068084c.tar.xz
serverdata-485f5a396a1f1b92f18bd56c757b32f4c068084c.zip
Correct a bug on inventoryplace script.
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/inventoryplace.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/functions/inventoryplace.txt b/npc/functions/inventoryplace.txt
index 2a78ccfe..5d4b2d20 100644
--- a/npc/functions/inventoryplace.txt
+++ b/npc/functions/inventoryplace.txt
@@ -19,7 +19,8 @@ function script InventoryPlace {
if ((@iteminfo < 4) && (@countitem > 0)) return;
if (@inventorylist_count + @count <= 100) return;
-l_Warm:
+l_Warn:
+ mes "";
mesn "Narrator";
mes col(l("It looks like you can't carry anything else for now."), 9);
next;