[wpdev-commits] xmlscripts/scripts/wolfpack consts.py,1.79,1.80
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-25 19:57:45
|
Update of /cvsroot/wpdev/xmlscripts/scripts/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10520/wolfpack Modified Files: consts.py Log Message: necro Index: consts.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/wolfpack/consts.py,v retrieving revision 1.79 retrieving revision 1.80 diff -C2 -d -r1.79 -r1.80 *** consts.py 20 Sep 2004 17:50:32 -0000 1.79 --- consts.py 25 Sep 2004 19:57:28 -0000 1.80 *************** *** 392,396 **** EVENT_SPAWN = 43 EVENT_UPDATEDATABASE = 44 ! EVENT_COUNT = 43 """ \end --- 392,398 ---- EVENT_SPAWN = 43 EVENT_UPDATEDATABASE = 44 ! EVENT_GETSELLPRICE = 45 ! EVENT_SHOWVIRTUEGUMP = 46 ! EVENT_COUNT = 47 """ \end |