From cd54262fdadd8938f5fa5a6629a7a6d5252b42ef Mon Sep 17 00:00:00 2001 From: kbulgrien Date: Sun, 16 May 2010 19:01:28 +0000 Subject: [PATCH] - Fix syntax error. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13261 282e977c-c81d-0410-88c4-b93c2d0d6712 --- scorn/taverns/fran.msg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scorn/taverns/fran.msg b/scorn/taverns/fran.msg index 67bd46ffc..af81ab558 100644 --- a/scorn/taverns/fran.msg +++ b/scorn/taverns/fran.msg @@ -49,7 +49,7 @@ },{ "match" : ["alfalfa"], "pre" : [["quest", "scorn/OrcDress", "=10"]], - "post": [["giveitem", "Alfalfa's Front Door Key"],["quest", "scorn/OrcDress", "20"]] + "post": [["giveitem", "Alfalfa's Front Door Key"],["quest", "scorn/OrcDress", "20"]], "msg" : ["Alfalfa sent you to get the key to her house? Ok then, here you go."] },{ "match" : ["*"], @@ -57,4 +57,4 @@ "post": [], "msg" : ["Hey kitchen is off limits!\nKeep it in your scabbard and take a seat there chum."] } -]} \ No newline at end of file +]}