[wpdev-commits] xmlscripts/scripts/wolfpack consts.py,1.75,1.76
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-04 21:19:12
|
Update of /cvsroot/wpdev/xmlscripts/scripts/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23652/wolfpack Modified Files: consts.py Log Message: update version db script. Index: consts.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/wolfpack/consts.py,v retrieving revision 1.75 retrieving revision 1.76 diff -C2 -d -r1.75 -r1.76 *** consts.py 3 Sep 2004 01:31:06 -0000 1.75 --- consts.py 4 Sep 2004 21:19:03 -0000 1.76 *************** *** 388,391 **** --- 388,393 ---- EVENT_CONTEXTCHECKVISIBLE = 41 EVENT_CONTEXTCHECKENABLED = 42 + EVENT_SPAWN = 43 + EVENT_UPDATEDATABASE = 44 EVENT_COUNT = 43 """ |