diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-12 03:04:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-12 03:04:11 -0300 |
commit | 3709e1aaa18b0dba77a91f003d68af13348a304d (patch) | |
tree | dc2ded985e69bef63b85998d826ecbc98cdb9e74 /npc | |
parent | 2d406c910acdd4c6dda22794d29e114fe2ff9b0a (diff) | |
download | serverdata-3709e1aaa18b0dba77a91f003d68af13348a304d.tar.gz serverdata-3709e1aaa18b0dba77a91f003d68af13348a304d.tar.bz2 serverdata-3709e1aaa18b0dba77a91f003d68af13348a304d.tar.xz serverdata-3709e1aaa18b0dba77a91f003d68af13348a304d.zip |
Silly script error '-'
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-5/jeweler.txt | 2 |
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; |