Update of /cvsroot/wpdev/xmlscripts/scripts/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5513/wolfpack
Modified Files:
consts.py
Log Message:
fixes
Index: consts.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/wolfpack/consts.py,v
retrieving revision 1.90
retrieving revision 1.91
diff -C2 -d -r1.90 -r1.91
*** consts.py 17 Oct 2004 01:20:26 -0000 1.90
--- consts.py 27 Oct 2004 14:06:34 -0000 1.91
***************
*** 418,422 ****
EVENT_RESURRECT = 47
EVENT_CHECKSECURITY = 48
! EVENT_COUNT = 49
"""
\end
--- 418,424 ----
EVENT_RESURRECT = 47
EVENT_CHECKSECURITY = 48
! EVENT_CHECKVICTIM = 49
! EVENT_DODAMAGE = 50
! EVENT_COUNT = 51
"""
\end
|