- Fix syntax error.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13261 282e977c-c81d-0410-88c4-b93c2d0d6712
master
kbulgrien 2010-05-16 19:01:28 +00:00
parent ac931b8804
commit cd54262fda
1 changed files with 2 additions and 2 deletions

View File

@ -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."]
}
]}
]}