summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2015-04-24 00:30:04 -0400
committermekolat <mekolat@users.noreply.github.com>2015-04-26 23:13:24 -0400
commit5c596e4d1723d58bf300ff831dcfb2090a2da0ec (patch)
tree7fda090f66378289076c8331a6a501204c4af539
parenta6d3098563a9d712a4dd9ebef3ae0b3a9f1e40c1 (diff)
downloadserverdata-5c596e4d1723d58bf300ff831dcfb2090a2da0ec.tar.gz
serverdata-5c596e4d1723d58bf300ff831dcfb2090a2da0ec.tar.bz2
serverdata-5c596e4d1723d58bf300ff831dcfb2090a2da0ec.tar.xz
serverdata-5c596e4d1723d58bf300ff831dcfb2090a2da0ec.zip
getequipname => getitemlink
-rw-r--r--world/map/npc/annuals/halloween/trick_or_treat.txt4
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;