diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-14 01:48:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-14 01:48:00 -0300 |
commit | 9ff56fbbfc0bfebc4c465ac22ac636a6efcdf8a6 (patch) | |
tree | 26245e517f81ebfc1bb689e994c19b63413b7d3b /npc/020-5 | |
parent | 3b52ceb2e328d256d2dc48d59216035ef4b74d5c (diff) | |
download | serverdata-9ff56fbbfc0bfebc4c465ac22ac636a6efcdf8a6.tar.gz serverdata-9ff56fbbfc0bfebc4c465ac22ac636a6efcdf8a6.tar.bz2 serverdata-9ff56fbbfc0bfebc4c465ac22ac636a6efcdf8a6.tar.xz serverdata-9ff56fbbfc0bfebc4c465ac22ac636a6efcdf8a6.zip |
Be more explicit - your item was melt down!
Diffstat (limited to 'npc/020-5')
-rw-r--r-- | npc/020-5/bracco.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/020-5/bracco.txt b/npc/020-5/bracco.txt index 0389b26c4..a92b1cf88 100644 --- a/npc/020-5/bracco.txt +++ b/npc/020-5/bracco.txt @@ -28,6 +28,7 @@ delitem .@item, 1; Zeny-=.@price; + mesc l("@@ melt down your @@...", .name$, getinvindexlink(.@index)); // TODO: Inventoryplace // Add Items (if inventory is full, your fault and not mine) for (.@i=2;.@i < getargcount(); .@i++) { |