[wpdev-commits] xmlscripts/scripts pickaxe.py,1.5,1.6
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-13 19:48:04
|
Update of /cvsroot/wpdev/xmlscripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7817 Modified Files: pickaxe.py Log Message: more crashfixes Index: pickaxe.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/pickaxe.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** pickaxe.py 16 Jul 2004 07:09:26 -0000 1.5 --- pickaxe.py 13 Oct 2004 19:47:48 -0000 1.6 *************** *** 36,40 **** # Where do you wish to dig? char.socket.clilocmessage( 503033, "", GRAY) ! char.socket.attachtarget( "skills.mining.response", [ tool ] ) else: char.socket.clilocmessage( 500735, "", GRAY) # Don't play with things you don't know about. :) --- 36,40 ---- # Where do you wish to dig? char.socket.clilocmessage( 503033, "", GRAY) ! char.socket.attachtarget( "skills.mining.response", [ tool.serial ] ) else: char.socket.clilocmessage( 500735, "", GRAY) # Don't play with things you don't know about. :) |