diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-08-01 06:39:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-08-01 06:39:02 -0300 |
commit | 6ba7175666386669dca3816b006deb5331b79bdb (patch) | |
tree | 8be11478e4dd918994178dca3551bfc70749af34 /npc/027-0/emma.txt | |
parent | d04276c9a0bdfc03af88e425704f402e89f791e3 (diff) | |
download | serverdata-6ba7175666386669dca3816b006deb5331b79bdb.tar.gz serverdata-6ba7175666386669dca3816b006deb5331b79bdb.tar.bz2 serverdata-6ba7175666386669dca3816b006deb5331b79bdb.tar.xz serverdata-6ba7175666386669dca3816b006deb5331b79bdb.zip |
A few bugs more
Diffstat (limited to 'npc/027-0/emma.txt')
-rw-r--r-- | npc/027-0/emma.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/027-0/emma.txt b/npc/027-0/emma.txt index 314f4533c..6b2c503c3 100644 --- a/npc/027-0/emma.txt +++ b/npc/027-0/emma.txt @@ -7,7 +7,7 @@ 027-0,88,26,2 script Emma NPC_DARK_SORCERER_F,,{ mesn; mesq l("Hello. I am Emma, Enrique's wife."); - mesc l("Your current scholar rank: %s (%d Research Points)", + mesc l("Your current scholar rank: %s (%s Research Points)", academicrank(), fnum(MAGIC_RP)); if (!MAGIC_LVL) close; |