diff options
author | mekolat <mekolat@users.noreply.github.com> | 2015-04-24 00:30:04 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2015-04-26 23:13:24 -0400 |
commit | 5c596e4d1723d58bf300ff831dcfb2090a2da0ec (patch) | |
tree | 7fda090f66378289076c8331a6a501204c4af539 /world/map/npc | |
parent | a6d3098563a9d712a4dd9ebef3ae0b3a9f1e40c1 (diff) | |
download | serverdata-5c596e4d1723d58bf300ff831dcfb2090a2da0ec.tar.gz serverdata-5c596e4d1723d58bf300ff831dcfb2090a2da0ec.tar.bz2 serverdata-5c596e4d1723d58bf300ff831dcfb2090a2da0ec.tar.xz serverdata-5c596e4d1723d58bf300ff831dcfb2090a2da0ec.zip |
getequipname => getitemlink
Diffstat (limited to 'world/map/npc')
-rw-r--r-- | world/map/npc/annuals/halloween/trick_or_treat.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/annuals/halloween/trick_or_treat.txt b/world/map/npc/annuals/halloween/trick_or_treat.txt index 24a359d2..10265382 100644 --- a/world/map/npc/annuals/halloween/trick_or_treat.txt +++ b/world/map/npc/annuals/halloween/trick_or_treat.txt @@ -71,7 +71,7 @@ L_MaskMemoryCheck: L_MaskMemoryYes: // not necessarily true - mes "\"I remember you, " + getequipname(equip_head) + " person. No more treats for you!\""; + mes "\"I remember you, " + getitemlink(getequipid(equip_head)) + " person. No more treats for you!\""; goto L_Close; L_MaskMemoryNo: @@ -285,7 +285,7 @@ L_Explain: next; set @npc_check_loop, 0; goto L_NpcCheckLoop; - + L_NpcCheckLoop: mes $@halloween_npc_names$[@npc_check_loop]; next; |