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 | |
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.
-rw-r--r-- | conf/map/map-server.conf | 2 | ||||
-rw-r--r-- | npc/027-0/enrique.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/map/map-server.conf b/conf/map/map-server.conf index d8422fed9..be19a1cb2 100644 --- a/conf/map/map-server.conf +++ b/conf/map/map-server.conf @@ -107,7 +107,7 @@ map_configuration: { // when there's a server crash at the expense of increasing the // map/char server lag. If your server rarely crashes, but // experiences interserver lag, you may want to set these off. - save_settings: 0x1bf + save_settings: 0x1ff } } 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."); |