[wpdev-commits] xmlscripts/scripts/system skillgain.py,1.10,1.11
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-01 10:33:04
|
Update of /cvsroot/wpdev/xmlscripts/scripts/system In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1772 Modified Files: skillgain.py Log Message: Fix for skillgain Index: skillgain.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/system/skillgain.py,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** skillgain.py 28 Sep 2004 11:55:42 -0000 1.10 --- skillgain.py 1 Oct 2004 10:32:53 -0000 1.11 *************** *** 211,215 **** # No gain for effortless or futile attempts ! if value < lower or value >= higher: return --- 211,215 ---- # No gain for effortless or futile attempts ! if value >= higher: return |