big update

This commit is contained in:
unknown
2012-07-03 05:27:14 +03:00
parent 8de9d72021
commit b578e44608
49 changed files with 1001 additions and 228 deletions
+29
View File
@@ -1051,6 +1051,35 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%online` (
-- Dumping data for table `%prefix%online`
--
-- --------------------------------------------------------
--
-- Table structure for table `%PREFIX%prisoners`
--
CREATE TABLE IF NOT EXISTS `%PREFIX%prisoners` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`wref` int(11) unsigned NOT NULL,
`from` int(11) unsigned NOT NULL,
`t1` int(11) unsigned NOT NULL,
`t2` int(11) unsigned NOT NULL,
`t3` int(11) unsigned NOT NULL,
`t4` int(11) unsigned NOT NULL,
`t5` int(11) unsigned NOT NULL,
`t6` int(11) unsigned NOT NULL,
`t7` int(11) unsigned NOT NULL,
`t8` int(11) unsigned NOT NULL,
`t9` int(11) unsigned NOT NULL,
`t10` int(11) unsigned NOT NULL,
`t11` int(11) unsigned NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Dumping data for table `%PREFIX%prisoners`
--
-- --------------------------------------------------------
--