make automate regenerate troops system (now admin not need to make it every time)

This commit is contained in:
unknown
2012-06-29 04:18:33 +03:00
parent 1d422fe97a
commit 2d86383e81
5 changed files with 84 additions and 4 deletions
+1
View File
@@ -1024,6 +1024,7 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%odata` (
`loyalty` int(11) NOT NULL DEFAULT '100',
`owner` int(11) unsigned NOT NULL DEFAULT '2',
`name` varchar(32) NOT NULL DEFAULT 'Unoccupied Oasis',
`high` tinyint(1) unsigned NOT NULL,
PRIMARY KEY (`wref`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;