summaryrefslogtreecommitdiff
path: root/npc/003-5
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-12 03:04:11 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-12 03:04:11 -0300
commit3709e1aaa18b0dba77a91f003d68af13348a304d (patch)
treedc2ded985e69bef63b85998d826ecbc98cdb9e74 /npc/003-5
parent2d406c910acdd4c6dda22794d29e114fe2ff9b0a (diff)
downloadserverdata-3709e1aaa18b0dba77a91f003d68af13348a304d.tar.gz
serverdata-3709e1aaa18b0dba77a91f003d68af13348a304d.tar.bz2
serverdata-3709e1aaa18b0dba77a91f003d68af13348a304d.tar.xz
serverdata-3709e1aaa18b0dba77a91f003d68af13348a304d.zip
Silly script error '-'
Diffstat (limited to 'npc/003-5')
-rw-r--r--npc/003-5/jeweler.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-5/jeweler.txt b/npc/003-5/jeweler.txt
index 15eb9dc08..9a9be80e9 100644
--- a/npc/003-5/jeweler.txt
+++ b/npc/003-5/jeweler.txt
@@ -145,7 +145,7 @@ L_Clear:
}
// Retrieve the gemstone ID. Must be on slot 1 (aka. 0)!
- .@gem=getcardbyindex .@item_index, 0;
+ .@gem=getcardbyindex(.@item_index, 0);
// Skip bound rings. It would be stupid '-'
if (!checkbound(.@item)) {
failedremovecardsindex .@item_index, 1;