[wpdev-commits] xmlscripts wolfpack.sql,1.55,1.56
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-04 20:03:39
|
Update of /cvsroot/wpdev/xmlscripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11072 Modified Files: wolfpack.sql Log Message: maxcontrolslots for players Index: wolfpack.sql =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/wolfpack.sql,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** wolfpack.sql 14 Aug 2004 03:41:36 -0000 1.55 --- wolfpack.sql 4 Sep 2004 20:03:30 -0000 1.56 *************** *** 157,160 **** --- 157,161 ---- `dexlock` tinyint(4) NOT NULL default '0', `intlock` tinyint(4) NOT NULL default '0', + `maxcontrolslots` tinyint(4) NOT NULL default '5', PRIMARY KEY (`serial`) ); |