diff options
-rw-r--r-- | world/map/npc/annuals/halloween/trick_or_treat.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/annuals/halloween/trick_or_treat.txt b/world/map/npc/annuals/halloween/trick_or_treat.txt index 10265382..be250032 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, " + getitemlink(getequipid(equip_head)) + " person. No more treats for you!\""; + mes "\"I remember you, @@" + (getequipid(equip_head)) + "|@@ person. No more treats for you!\""; goto L_Close; L_MaskMemoryNo: |