diff options
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 4fbea5a0e..7baf286ac 100644 --- a/npc/003-6/tamiloc.txt +++ b/npc/003-6/tamiloc.txt @@ -14,7 +14,7 @@ mes l("Race") + ": " + $@allraces$[Class]; next; mes l("Please select the desired race."); - switch (select("Human:Ukar:Redy:Elf:Orc:Raijin:Tritan")) + switch (select("Human:MedHuman:DarHuman:Elf:Orc:Raijin:Tritan:Ukar:Redy")) { default: jobchange max(0, @menu-1); |