From 905617e9428082808e6de4b18791838739199e44 Mon Sep 17 00:00:00 2001 From: ElTata <eltata@firemail.cc> Date: Fri, 29 May 2020 17:34:29 +0200 Subject: [PATCH] fix quest link and text, and log it --- .irpg.conf | 2 +- Irpg/Quest.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.irpg.conf b/.irpg.conf index ea9289a..2d03f50 100644 --- a/.irpg.conf +++ b/.irpg.conf @@ -132,7 +132,7 @@ nononp on # URL where users can reach the online quest map, if available. if not # offering a map to users, leave this blank #mapurl http://idlerpg.net/quest.php -mapurl https://gennuso.iiens.net/quest.php +mapurl https://gennuso.iiens.net/irpg/quest.php # allow a STATUS command for users? this is a p0 command to view information # on an irpg user. useful if you don't have a website where users can view diff --git a/Irpg/Quest.pm b/Irpg/Quest.pm index 7f56fb2..74e7f46 100644 --- a/Irpg/Quest.pm +++ b/Irpg/Quest.pm @@ -180,7 +180,7 @@ sub movequesters { join(", ",(@{$quest{questers}})[0..2]).", ". "and $quest{questers}->[3] have completed their ". "journey! 25% of their burden is eliminated. ". - "The peple can rejoice, the realm is sure a safer ". + "The people can rejoice, the realm is sure a safer ". "place now, thanks to these heroes.")); for (@{$quest{questers}}) { $rps->{$_}{next} = int($rps->{$_}{class}->real_gain( -- GitLab