diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-18 01:35:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-18 01:35:11 -0300 |
commit | d9404a1bda689819f1020f6016a46a03b7c65f26 (patch) | |
tree | f446b4407fc45ba7121ec02f854dac352de1e33b /npc/functions/news.txt | |
parent | 81bc125a4cd39cf19accba63983d623fc0a48fc2 (diff) | |
download | serverdata-d9404a1bda689819f1020f6016a46a03b7c65f26.tar.gz serverdata-d9404a1bda689819f1020f6016a46a03b7c65f26.tar.bz2 serverdata-d9404a1bda689819f1020f6016a46a03b7c65f26.tar.xz serverdata-d9404a1bda689819f1020f6016a46a03b7c65f26.zip |
Fix bad scope
Diffstat (limited to 'npc/functions/news.txt')
-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 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; |