summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-24 00:30:08 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-24 00:30:08 -0300
commit32f9a3a493f0f0f965a31e2bf8b0af7b9d5863c4 (patch)
tree56d74416d9e80e403c6ab4d1414cfeab40f5d147
parent0dbf242aff4f39bbc7cd4a62a402e0edfb4f31d7 (diff)
downloadserverdata-32f9a3a493f0f0f965a31e2bf8b0af7b9d5863c4.tar.gz
serverdata-32f9a3a493f0f0f965a31e2bf8b0af7b9d5863c4.tar.bz2
serverdata-32f9a3a493f0f0f965a31e2bf8b0af7b9d5863c4.tar.xz
serverdata-32f9a3a493f0f0f965a31e2bf8b0af7b9d5863c4.zip
First bugfix of 9.2 alpha
-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 6bebe4eae..0e2a8da7f 100644
--- a/npc/functions/news.txt
+++ b/npc/functions/news.txt
@@ -393,7 +393,7 @@ function script Journalman {
mesc l("The Monster King Army left the cities! What will happen next? Anxiety grows!");
break;
case 2:
- mesc l("The Monster King Army is attacking towns at random! Players already caused a loss of about @@ officers!", ($@MK_TEMPVAR+rand(-1,1))/5);
+ mesc l("The Monster King Army is attacking towns at random! Players already caused a loss of about @@ officers!", ($MK_TEMPVAR+rand(-1,1))/5);
break;
default:
Exception(l("I do now know what this means: GS-@@-ICXN-@@", $GAME_STORYLINE, $@MK_TEMPVAR), RB_DEFAULT|RB_SPEECH); break;