diff options
Diffstat (limited to 'world/map/npc/002-2/hetchel.txt')
-rw-r--r-- | world/map/npc/002-2/hetchel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/002-2/hetchel.txt b/world/map/npc/002-2/hetchel.txt index b595bd88..134d40dc 100644 --- a/world/map/npc/002-2/hetchel.txt +++ b/world/map/npc/002-2/hetchel.txt @@ -263,7 +263,7 @@ L_Spants_Pay: if (countitem(@spants_req$[0]) < @spants_req_amt[0] || countitem(@spants_req$[1]) < @spants_req_amt[1] || countitem(@spants_req$[2]) < @spants_req_amt[2]) goto L_Spants_No_Item; getinventorylist; - if (inventorylist_count == 100) goto L_TooMany; + if (@inventorylist_count == 100) goto L_TooMany; mes "Hetchel takes your items."; delitem @spants_req$[0], @spants_req_amt[0]; delitem @spants_req$[1], @spants_req_amt[1]; |