From defd51227f38e94b29a71f4e040d8727120e30ca Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 22 Sep 2021 12:22:07 -0300 Subject: Fix a broken sprintf. Revert earlier patch about SQL saving. --- conf/map/map-server.conf | 2 +- 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."); -- cgit v1.2.3-60-g2f50