diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-09-22 12:22:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-09-22 12:22:07 -0300 |
commit | defd51227f38e94b29a71f4e040d8727120e30ca (patch) | |
tree | 06650d36dcf1fd00cd5023c0bc53cd5e0d4a747d /npc/027-0 | |
parent | 1022d838142f19b28e0be45e91c074400b755299 (diff) | |
download | serverdata-defd51227f38e94b29a71f4e040d8727120e30ca.tar.gz serverdata-defd51227f38e94b29a71f4e040d8727120e30ca.tar.bz2 serverdata-defd51227f38e94b29a71f4e040d8727120e30ca.tar.xz serverdata-defd51227f38e94b29a71f4e040d8727120e30ca.zip |
Fix a broken sprintf. Revert earlier patch about SQL saving.
Diffstat (limited to 'npc/027-0')
-rw-r--r-- | npc/027-0/enrique.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/027-0/enrique.txt b/npc/027-0/enrique.txt index e4115033b..47d231085 100644 --- a/npc/027-0/enrique.txt +++ b/npc/027-0/enrique.txt @@ -76,7 +76,7 @@ break; case 5: mesn; - mesq l("Those with most %a on this world becomes scholars.", "[@@https://wiki.moubootaurlegends.org/|"+l("research")+"@@]"); + mesq l("Those with most %s on this world becomes scholars.", "[@@https://wiki.moubootaurlegends.org/|"+l("research")+"@@]"); next; mesn; mesq l("Scholars dedicate part of their time so others can learn about the world, and as such, they are always welcome to this Academy."); |