[wpdev-commits] xmlscripts/scripts/commands info.py,1.27,1.28
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-02 10:05:25
|
Update of /cvsroot/wpdev/xmlscripts/scripts/commands In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27471/commands Modified Files: info.py Log Message: weight is being sent now Index: info.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/commands/info.py,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** info.py 1 Oct 2004 23:52:04 -0000 1.27 --- info.py 2 Oct 2004 10:04:34 -0000 1.28 *************** *** 1307,1311 **** item.health = int( hex2dec( textentries[ key ] ) ) elif key == 11: ! item.decay = int( hex2dec( textentries[ key ] ) ) elif key == 12: item.newbie = int( hex2dec( textentries[ key ] ) ) --- 1307,1311 ---- item.health = int( hex2dec( textentries[ key ] ) ) elif key == 11: ! item.decay = str2bool( textentries[ key ] ) elif key == 12: item.newbie = int( hex2dec( textentries[ key ] ) ) |