diff options
Diffstat (limited to 'npc')
-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; |