Update of /cvsroot/wpdev/xmlscripts/scripts/skills
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8402/skills
Modified Files:
provocation.py
Log Message:
more crashfixes
Index: provocation.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/skills/provocation.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** provocation.py 13 Oct 2004 19:47:48 -0000 1.11
--- provocation.py 13 Oct 2004 19:50:16 -0000 1.12
***************
*** 185,189 ****
return True
! char, type ):
socket = char.socket
value = skilltotal( char )
--- 185,189 ----
return True
! def tobard( char, type ):
socket = char.socket
value = skilltotal( char )
|