diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-02-19 22:26:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-02-19 22:27:45 -0300 |
commit | 53240cf7208a6a066004118fb0064212a9139bba (patch) | |
tree | d5f5210d5cffae068dd6bab86e6579a33e4622fd /npc | |
parent | 1de5962eefcd73bd4138cd2768b1c5d8470e0ca2 (diff) | |
download | serverdata-53240cf7208a6a066004118fb0064212a9139bba.tar.gz serverdata-53240cf7208a6a066004118fb0064212a9139bba.tar.bz2 serverdata-53240cf7208a6a066004118fb0064212a9139bba.tar.xz serverdata-53240cf7208a6a066004118fb0064212a9139bba.zip |
Easy fix on Aurora/Demure dual personality
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/events.txt | 2 |
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?"); |