[wpdev-commits] xmlscripts/definitions access.xml,1.5,1.6 scripts.xml,1.66,1.67
Brought to you by:
rip,
thiagocorrea
|
From: <co...@us...> - 2003-10-01 10:10:38
|
Update of /cvsroot/wpdev/xmlscripts/definitions In directory sc8-pr-cvs1:/tmp/cvs-serv2845 Modified Files: access.xml scripts.xml Log Message: travel command Index: access.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/access.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** access.xml 9 Apr 2003 21:11:24 -0000 1.5 --- access.xml 1 Oct 2003 10:10:33 -0000 1.6 *************** *** 12,15 **** --- 12,18 ---- <group name="command"> <action name="WHERE" permit="true" /> + <action name="TRAVEL" permit="true" /> + <action name="STAT" permit="true" /> + <action name="SKILL" permit="true" /> </group> <group name="multi"></group> Index: scripts.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/scripts.xml,v retrieving revision 1.66 retrieving revision 1.67 diff -C2 -d -r1.66 -r1.67 *** scripts.xml 1 Oct 2003 09:17:34 -0000 1.66 --- scripts.xml 1 Oct 2003 10:10:33 -0000 1.67 *************** *** 6,10 **** --> <definitions> - <!-- NPC --> <script>npc.healer</script> --- 6,9 ---- *************** *** 46,49 **** --- 45,49 ---- <script>wolfpack.commands.skill</script> <script>wolfpack.commands.stat</script> + <script>wolfpack.commands.travel</script> <!-- Magic --> |