[wpdev-commits] xmlscripts wolfpack.sql,1.54,1.55
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-08-14 03:41:50
|
Update of /cvsroot/wpdev/xmlscripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8261 Modified Files: wolfpack.sql Log Message: items.magic -> items.movable Index: wolfpack.sql =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/wolfpack.sql,v retrieving revision 1.54 retrieving revision 1.55 diff -C2 -d -r1.54 -r1.55 *** wolfpack.sql 2 Jul 2004 06:28:04 -0000 1.54 --- wolfpack.sql 14 Aug 2004 03:41:36 -0000 1.55 *************** *** 123,127 **** `hp` smallint(6) NOT NULL default '0', `maxhp` smallint(6) NOT NULL default '0', ! `magic` tinyint(3) NOT NULL default '0', `owner` int(10) unsigned NOT NULL default '0', `visible` tinyint(3) NOT NULL default '0', --- 123,127 ---- `hp` smallint(6) NOT NULL default '0', `maxhp` smallint(6) NOT NULL default '0', ! `movable` tinyint(3) NOT NULL default '0', `owner` int(10) unsigned NOT NULL default '0', `visible` tinyint(3) NOT NULL default '0', |