diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-19 19:32:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-19 19:32:29 -0300 |
commit | 67d734e7c5dc02667fe66cddf0da4db0935a24ac (patch) | |
tree | 7e6a53dc217b41634a33b8a524912d0d71978090 /npc/functions | |
parent | de15ad3c1521df5119bf36e7490764d0e1a30c96 (diff) | |
download | serverdata-67d734e7c5dc02667fe66cddf0da4db0935a24ac.tar.gz serverdata-67d734e7c5dc02667fe66cddf0da4db0935a24ac.tar.bz2 serverdata-67d734e7c5dc02667fe66cddf0da4db0935a24ac.tar.xz serverdata-67d734e7c5dc02667fe66cddf0da4db0935a24ac.zip |
Fix typo (Hurscald → Hurnscald)
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/news.txt | 2 | ||||
-rw-r--r-- | npc/functions/util.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt index 074b67f69..da995b008 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -20,7 +20,7 @@ function script GameNews { mesc l("Many rejoiced. The damage was very big, and all players help is required, to make Hurnscald prosper again."); } next; - mesc l("This server's Sponsors bought the area above Hurscald's Inn. Nobody else is being allowed there."); + mesc l("This server's Sponsors bought the area above Hurnscald's Inn. Nobody else is being allowed there."); mesc l("However, they allowed everyone to use @@ command to rapidly reach Aeros during events.", "##B@toevent##b"); next; mesc l("Guilds storage is free for test, and monsters are fainting when too many players attack them at once."); diff --git a/npc/functions/util.txt b/npc/functions/util.txt index a72d6e5fb..8f595cd9a 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -156,7 +156,7 @@ function script marine_reputation { } else if (getarg(0) == "Hurns") { // Alan Quest (+1 rep) - if (getq(HurscaldQuest_ForestBow) >= 2) + if (getq(HurnscaldQuest_ForestBow) >= 2) .@nr=.@nr+1; // Gwendolyn Quest (+1 rep) |