From d9404a1bda689819f1020f6016a46a03b7c65f26 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 18 Aug 2019 01:35:11 -0300 Subject: Fix bad scope --- npc/functions/news.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/functions/news.txt b/npc/functions/news.txt index 949ec79dc..ee5ac2d25 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -434,7 +434,7 @@ function script Journalman { mesc l("Only then we may have peace!!"); break; default: - Exception(l("I do now know what this means: GS-@@-ICXN-@@", $GAME_STORYLINE, $@MK_TEMPVAR), RB_DEFAULT|RB_SPEECH); break; + Exception(l("I do now know what this means: GS-@@-ICXN-@@", $GAME_STORYLINE, $MK_TEMPVAR), RB_DEFAULT|RB_SPEECH); break; } next; -- cgit v1.2.3-60-g2f50