summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-01-19 19:18:37 -0300
committerJesusaves <cpntb1@ymail.com>2024-01-19 19:18:37 -0300
commitb00cd9ef6c7529d21464a23c5e4292db46e906ab (patch)
tree91afeb7789eacb41602bbdf02cfe41306b7d1107 /npc/functions
parentb36c5430f33d3c10bfc1b63a877146cd78fd0e7e (diff)
downloadserverdata-b00cd9ef6c7529d21464a23c5e4292db46e906ab.tar.gz
serverdata-b00cd9ef6c7529d21464a23c5e4292db46e906ab.tar.bz2
serverdata-b00cd9ef6c7529d21464a23c5e4292db46e906ab.tar.xz
serverdata-b00cd9ef6c7529d21464a23c5e4292db46e906ab.zip
Fix typo
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/news.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt
index cda6fbe28..b5840ae49 100644
--- a/npc/functions/news.txt
+++ b/npc/functions/news.txt
@@ -369,7 +369,7 @@ function script Journalman {
l("Effects from The Great Fire are still felt by the people."),
l("Green Wars project says that @@ trees were planted by adventurers on the world!", format_number($TREE_PLANTED)),
l("The Team For A Better PvP says that @@ players were killed in fair matches!", format_number($PLAYERS_KILLED)),
- l("The Alliance says that @@ monsters have been slain since Hurnscald Siege!", format_number($MONSTERS_KILLED));
+ l("The Alliance says that @@ monsters have been slain since Hurnscald Siege!", format_number($MONSTERS_KILLED)));
//l("All hail @@ and Andrei Sakar, heroes of the world!", $MOST_HEROIC$));
mesn getarg(0);
mesq l("Bonjour! I am @@, and I am from the Press! Read the latest news with me!", getarg(0));