diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-15 19:43:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-15 19:43:00 -0300 |
commit | ffd7b573c0d4d0ebd4b3981fb9e867718a5849d1 (patch) | |
tree | dd447bd8d6a336bba4dc4f9473fbf0d6d2cf9beb /npc/003-6/tamiloc.txt | |
parent | 5b399b1e3e5c6927871ee98daa0ff1ee893f0bd1 (diff) | |
download | serverdata-ffd7b573c0d4d0ebd4b3981fb9e867718a5849d1.tar.gz serverdata-ffd7b573c0d4d0ebd4b3981fb9e867718a5849d1.tar.bz2 serverdata-ffd7b573c0d4d0ebd4b3981fb9e867718a5849d1.tar.xz serverdata-ffd7b573c0d4d0ebd4b3981fb9e867718a5849d1.zip |
Fortress Town missing npcs
Diffstat (limited to 'npc/003-6/tamiloc.txt')
-rw-r--r-- | npc/003-6/tamiloc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-6/tamiloc.txt b/npc/003-6/tamiloc.txt index 912ad250e..6f883980d 100644 --- a/npc/003-6/tamiloc.txt +++ b/npc/003-6/tamiloc.txt @@ -10,7 +10,7 @@ 003-6,46,30,0 script Tamiloc NPC_ELVEN_FEMALE_ARMOR_SHOP,{ function setRace { clear; - setnpcdialogtitle l("Tamiloc - Modify Race"); + setnpcdialogtitle l("%s - Modify Race", .name$); mes l("Race") + ": " + get_race(); next; mes l("Please select the desired race."); |