diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-07 10:40:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-07 10:40:11 -0300 |
commit | 39dd5cb54599a533a5b8fbbc1cadac3f05053b49 (patch) | |
tree | 7281f6dec72f1c8d201d20a5dd0bae73237c836b /npc/functions | |
parent | 68ccfbfa4b47712bbc01568e83c3e41cdd2caa8c (diff) | |
download | serverdata-39dd5cb54599a533a5b8fbbc1cadac3f05053b49.tar.gz serverdata-39dd5cb54599a533a5b8fbbc1cadac3f05053b49.tar.bz2 serverdata-39dd5cb54599a533a5b8fbbc1cadac3f05053b49.tar.xz serverdata-39dd5cb54599a533a5b8fbbc1cadac3f05053b49.zip |
Silly typo
Diffstat (limited to 'npc/functions')
-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!"); |