Fix include paths

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13127 282e977c-c81d-0410-88c4-b93c2d0d6712
master
cavesomething 2010-05-05 11:36:22 +00:00
parent f662143e23
commit 1ff377c3e7
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
"post" : [["quest", "scorn/GatePassword", "30"], ["connection", "12"]], "post" : [["quest", "scorn/GatePassword", "30"], ["connection", "12"]],
"msg" : ["Well, you know the password, so you must be ok.\nPass Friend..."] "msg" : ["Well, you know the password, so you must be ok.\nPass Friend..."]
},{ },{
"include" : ["scorn/misc/gateguardcommon.msg"] "include" : ["gateguardcommon.msg"]
} }
]} ]}

View File

@ -12,7 +12,7 @@
"post" : [["quest", "scorn/GatePassword", "30"], ["connection", "22"]], "post" : [["quest", "scorn/GatePassword", "30"], ["connection", "22"]],
"msg" : ["Well, you know the password, so you must be ok.\nPass Friend..."] "msg" : ["Well, you know the password, so you must be ok.\nPass Friend..."]
}, { }, {
"include" : ["scorn/misc/gateguardcommon.msg"] "include" : ["gateguardcommon.msg"]
} }
]} ]}