Skip to content

Commit

Permalink
Added field user_max_colo to user table
Browse files Browse the repository at this point in the history
Added a new field in order to implement a limit for colony ships
production.
  • Loading branch information
kirirur committed Oct 14, 2014
1 parent 6a815fb commit bf840cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stfc.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1765,6 +1765,7 @@ CREATE TABLE IF NOT EXISTS `user` (
`user_registration_time` int(10) unsigned NOT NULL default '0',
`user_registration_ip` varchar(15) NOT NULL default '',
`user_attack_protection` int(10) unsigned NOT NULL default '0',
`user_max_colo` tinyint(4) NOT NULL default '0' COMMENT '0 = Nessun limite',
`user_alliance` smallint(5) unsigned NOT NULL default '0',
`user_alliance_rights1` tinyint(4) NOT NULL default '0',
`user_alliance_rights2` tinyint(4) NOT NULL default '0',
Expand Down

0 comments on commit bf840cb

Please sign in to comment.