summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-02-19 22:26:47 -0300
committerJesusaves <cpntb1@ymail.com>2023-02-19 22:27:45 -0300
commit53240cf7208a6a066004118fb0064212a9139bba (patch)
treed5f5210d5cffae068dd6bab86e6579a33e4622fd
parent1de5962eefcd73bd4138cd2768b1c5d8470e0ca2 (diff)
downloadserverdata-53240cf7208a6a066004118fb0064212a9139bba.tar.gz
serverdata-53240cf7208a6a066004118fb0064212a9139bba.tar.bz2
serverdata-53240cf7208a6a066004118fb0064212a9139bba.tar.xz
serverdata-53240cf7208a6a066004118fb0064212a9139bba.zip
Easy fix on Aurora/Demure dual personality
-rw-r--r--npc/003-1/events.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/events.txt b/npc/003-1/events.txt
index d6843d105..2c3b3759e 100644
--- a/npc/003-1/events.txt
+++ b/npc/003-1/events.txt
@@ -346,7 +346,7 @@ L_Aurora:
}
mesn;
- mesq l("Hello! I am Aurora, and I oversee the %s!", .@WHAT$);
+ mesq l("Hello! I am %s, and I oversee the %s!", .name$, .@WHAT$);
next;
mesn;
mesq l("So, how can I help you today?");