[wpdev-commits] xmlscripts/scripts/skills evaluatingintel.py,1.12,1.13
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-20 14:18:25
|
Update of /cvsroot/wpdev/xmlscripts/scripts/skills In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13350/skills Modified Files: evaluatingintel.py Log Message: tiny evaluating intel fix. Index: evaluatingintel.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/skills/evaluatingintel.py,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** evaluatingintel.py 14 Sep 2004 03:36:07 -0000 1.12 --- evaluatingintel.py 20 Sep 2004 14:18:16 -0000 1.13 *************** *** 21,25 **** if char.socket.hastag( 'skill_delay' ): if wolfpack.time.currenttime() < char.socket.gettag( 'skill_delay' ): ! socket.clilocmessage( 500118, "", 0x3b2, 3 ) return True else: --- 21,25 ---- if char.socket.hastag( 'skill_delay' ): if wolfpack.time.currenttime() < char.socket.gettag( 'skill_delay' ): ! char.socket.clilocmessage( 500118, "", 0x3b2, 3 ) return True else: |