diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-20 15:01:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-20 15:01:45 -0300 |
commit | 2f8f7b2be3fa8e66409e2f9f9e6beaa8dffb9a57 (patch) | |
tree | c3bd7e216387a30d3628cd63e5ecf2649aac8a91 /npc/020-5/bracco.txt | |
parent | ef292a89e0111a0915a9aba5b7b2a9d36d21790a (diff) | |
download | serverdata-2f8f7b2be3fa8e66409e2f9f9e6beaa8dffb9a57.tar.gz serverdata-2f8f7b2be3fa8e66409e2f9f9e6beaa8dffb9a57.tar.bz2 serverdata-2f8f7b2be3fa8e66409e2f9f9e6beaa8dffb9a57.tar.xz serverdata-2f8f7b2be3fa8e66409e2f9f9e6beaa8dffb9a57.zip |
Fix Bracco. Remove a debug marker. Increase ore/coal rewards on Yeti King Quest.
Diffstat (limited to 'npc/020-5/bracco.txt')
-rw-r--r-- | npc/020-5/bracco.txt | 2 |
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; |