diff options
Diffstat (limited to 'world/map/npc/009-4/orum.txt')
-rw-r--r-- | world/map/npc/009-4/orum.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/009-4/orum.txt b/world/map/npc/009-4/orum.txt index 727b2976..c7c6eb55 100644 --- a/world/map/npc/009-4/orum.txt +++ b/world/map/npc/009-4/orum.txt @@ -540,7 +540,7 @@ L_Ready_Cavern: mes "\"Very good work you have done! Please take this for your efforts. It has helped me in a bind.\""; next; getinventorylist; - if ((checkweight("CandleHelmet", 1) == 0) || (@inventory_count == 100)) + if ((checkweight("CandleHelmet", 1) == 0) || (@inventorylist_count == 100)) goto L_Inventory; getexp @EXP_BREAK_BARRIERS, 0; getitem "CandleHelmet", 1; |