summaryrefslogtreecommitdiff
path: root/npc/020-5/bracco.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-5/bracco.txt')
-rw-r--r--npc/020-5/bracco.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/020-5/bracco.txt b/npc/020-5/bracco.txt
index af066b7c7..9a84cbfc9 100644
--- a/npc/020-5/bracco.txt
+++ b/npc/020-5/bracco.txt
@@ -70,7 +70,7 @@
getinventorylist();
for (.@index=0; .@index < @inventorylist_count; .@index++) {
- .@x=@inventorylist_id[.@i];
+ .@x=@inventorylist_id[.@index];
if (.@x == getarg(0) && Zeny >= .@price) {
delitemidx .@index, 1;
Zeny-=.@price;