[wpdev-commits] xmlscripts/definitions scripts.xml,1.69,1.70
Brought to you by:
rip,
thiagocorrea
|
From: <co...@us...> - 2003-11-25 18:54:16
|
Update of /cvsroot/wpdev/xmlscripts/definitions In directory sc8-pr-cvs1:/tmp/cvs-serv28499/definitions Modified Files: scripts.xml Log Message: secure trading almost working Index: scripts.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/scripts.xml,v retrieving revision 1.69 retrieving revision 1.70 diff -C2 -d -r1.69 -r1.70 *** scripts.xml 1 Nov 2003 14:51:38 -0000 1.69 --- scripts.xml 25 Nov 2003 18:54:12 -0000 1.70 *************** *** 6,11 **** --> <definitions> <script>npc.healer</script> - <script>training_dummy</script> <script>pickpocket_dip</script> --- 6,11 ---- --> <definitions> + <script>trading</script> <script>npc.healer</script> <script>training_dummy</script> <script>pickpocket_dip</script> *************** *** 113,115 **** --- 113,116 ---- <script>skills.provocation</script> <script>skills.mining</script> + </definitions> |