summaryrefslogtreecommitdiff
path: root/world/map/npc/006-1
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2015-04-23 23:19:17 -0400
committermekolat <mekolat@users.noreply.github.com>2015-04-23 23:19:17 -0400
commita6d3098563a9d712a4dd9ebef3ae0b3a9f1e40c1 (patch)
tree645aa9e40981e63c3265b689bffba532b3f96839 /world/map/npc/006-1
parente8a1900fc0651a3ee74ce4cbe181fce2851f6420 (diff)
downloadserverdata-a6d3098563a9d712a4dd9ebef3ae0b3a9f1e40c1.tar.gz
serverdata-a6d3098563a9d712a4dd9ebef3ae0b3a9f1e40c1.tar.bz2
serverdata-a6d3098563a9d712a4dd9ebef3ae0b3a9f1e40c1.tar.xz
serverdata-a6d3098563a9d712a4dd9ebef3ae0b3a9f1e40c1.zip
getitemname => getitemlink
Diffstat (limited to 'world/map/npc/006-1')
-rw-r--r--world/map/npc/006-1/miriam.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/006-1/miriam.txt b/world/map/npc/006-1/miriam.txt
index 6580664f..f513955b 100644
--- a/world/map/npc/006-1/miriam.txt
+++ b/world/map/npc/006-1/miriam.txt
@@ -162,7 +162,7 @@ L_teach:
L_Prepared:
set @agi, readparam(bAgi);
- set @torso$, getitemname(getequipid(equip_torso));
+ set @torso$, getitemlink(getequipid(equip_torso));
set @weight, MaxWeight/Weight;
if (@weight < 3)
goto L_heavyweight;