diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-01-19 19:18:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-01-19 19:18:37 -0300 |
commit | b00cd9ef6c7529d21464a23c5e4292db46e906ab (patch) | |
tree | 91afeb7789eacb41602bbdf02cfe41306b7d1107 /npc/functions | |
parent | b36c5430f33d3c10bfc1b63a877146cd78fd0e7e (diff) | |
download | serverdata-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.txt | 2 |
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)); |