diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/class.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/class.txt b/npc/functions/class.txt index 09db90013..b1609e9bb 100644 --- a/npc/functions/class.txt +++ b/npc/functions/class.txt @@ -32,7 +32,7 @@ function script ClassMaster { L_SignUp: next; mesn; - mesq l("You have some magic power. Do you want to join the Magic Warriors? ##BThis cannot be undone##b."); + mesq l("You have some magic power. Do you want to join the @@? ##BThis cannot be undone##b.", .@CNAME$); next; mesn; mesq l("We use swords and bows to protect the people, and we use magic to spice things up! Because we're strong even without it!"); |