summaryrefslogtreecommitdiff
path: root/npc/020-5/bracco.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-20 15:01:45 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-20 15:01:45 -0300
commit2f8f7b2be3fa8e66409e2f9f9e6beaa8dffb9a57 (patch)
treec3bd7e216387a30d3628cd63e5ecf2649aac8a91 /npc/020-5/bracco.txt
parentef292a89e0111a0915a9aba5b7b2a9d36d21790a (diff)
downloadserverdata-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.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;