From 1f941bef28ddfc9aa862caaafc19cc7523d4218f Mon Sep 17 00:00:00 2001 From: Vincent Petithory Date: Thu, 8 Nov 2012 12:28:22 +0100 Subject: Fix usages of getinventorylist(): * replace incorrect usage of @inventory_count with the correct variable created by getinventorylist(): @inventorylist_count --- world/map/npc/020-2/furquest.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'world/map/npc/020-2') diff --git a/world/map/npc/020-2/furquest.txt b/world/map/npc/020-2/furquest.txt index 8614a428..81bb245e 100644 --- a/world/map/npc/020-2/furquest.txt +++ b/world/map/npc/020-2/furquest.txt @@ -572,7 +572,7 @@ L_State_17_BuyDress: if (Zeny < @FINEDRESS_GP) goto L_State_17_NoMoney; getinventorylist; - if (@inventory_count == 100) + if (@inventorylist_count == 100) goto L_State_17_InventoryFull; set Zeny, Zeny - @FINEDRESS_GP; -- cgit v1.2.3-60-g2f50