diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-10-13 11:04:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-10-13 11:04:44 -0300 |
commit | 3dfe08539b2fa0586b5825290286a4c97367b9e8 (patch) | |
tree | 141d1d638aeca0b86a7e9bed73fbbb52dd33129f /npc/005-4/tolchi.txt | |
parent | 95f7b6d5e053cabf72618d6632761f95a301a087 (diff) | |
download | serverdata-3dfe08539b2fa0586b5825290286a4c97367b9e8.tar.gz serverdata-3dfe08539b2fa0586b5825290286a4c97367b9e8.tar.bz2 serverdata-3dfe08539b2fa0586b5825290286a4c97367b9e8.tar.xz serverdata-3dfe08539b2fa0586b5825290286a4c97367b9e8.zip |
...
Diffstat (limited to 'npc/005-4/tolchi.txt')
-rw-r--r-- | npc/005-4/tolchi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-4/tolchi.txt b/npc/005-4/tolchi.txt index 7ab272a79..0a48e0fa2 100644 --- a/npc/005-4/tolchi.txt +++ b/npc/005-4/tolchi.txt @@ -294,7 +294,7 @@ function tolchi_tweaks { // Lv 1: 3 GP | Lv 10: 1kGP | Lv 20: 8kGP | Lv 40: 64kGP | Lv 60: 216kGP // Lv 80: 512k GP | Lv 100: 1 Million GP! mesn; - mesc l("Tweaking: %s", getinvindexlink(.@id)); + mesc l("Tweaking: %s", getitemlink(.@handle));//getinvindexlink(.@id)); mesq l("That will be %s GP. Are you sure?", col(format_number(.@price), 1)); next; |