[wpdev-commits] xmlscripts/scripts potionkeg.py,1.13,1.14
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-06 22:30:31
|
Update of /cvsroot/wpdev/xmlscripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3341 Modified Files: potionkeg.py Log Message: Fix for potion kegs. Index: potionkeg.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/potionkeg.py,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** potionkeg.py 25 Aug 2004 17:03:05 -0000 1.13 --- potionkeg.py 6 Sep 2004 22:30:21 -0000 1.14 *************** *** 119,123 **** if potionkeg.hastag( 'potiontype' ): potionkeg.deltag( 'potiontype' ) ! socket.clilocmessag( 502222 ) potionkeg.update() return True --- 119,123 ---- if potionkeg.hastag( 'potiontype' ): potionkeg.deltag( 'potiontype' ) ! socket.clilocmessage( 502222 ) potionkeg.update() return True |