diff options
Diffstat (limited to 'world/map/npc/xmas/2012/helpersTalisman.txt')
-rw-r--r-- | world/map/npc/xmas/2012/helpersTalisman.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/xmas/2012/helpersTalisman.txt b/world/map/npc/xmas/2012/helpersTalisman.txt index 8c69dda3..09d81d4c 100644 --- a/world/map/npc/xmas/2012/helpersTalisman.txt +++ b/world/map/npc/xmas/2012/helpersTalisman.txt @@ -120,6 +120,7 @@ L_Close: "Ok, I'll get that.", L_Close; if (countitem("RawLog") < $@xmas2012_raw_log_amount) goto L_NoItem; + getinventorylist; if ((checkweight("RawTalisman", 1) == 0) || (@inventorylist_count == 100)) goto L_Inventory; delitem "RawLog", $@xmas2012_raw_log_amount; |