Skip to content

Commit

Permalink
Fixed shoutbox and ship_templates tables definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
kirirur committed Aug 8, 2018
1 parent 08b4f28 commit ccca300
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stfc.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1625,6 +1625,7 @@ CREATE TABLE IF NOT EXISTS `ship_templates` (
`value_14` mediumint(8) unsigned NOT NULL default '0',
`value_15` mediumint(8) unsigned NOT NULL default '0',
`rof` tinyint(3) unsigned NOT NULL default '1',
`rof2` tinyint(3) unsigned NOT NULL default '1',
`max_torp` smallint(5) unsigned NOT NULL default '0',
`resource_1` mediumint(8) unsigned NOT NULL default '0',
`resource_2` mediumint(8) unsigned NOT NULL default '0',
Expand Down Expand Up @@ -1706,7 +1707,7 @@ CREATE TABLE IF NOT EXISTS `ship_trade` (
--

CREATE TABLE IF NOT EXISTS `shoutbox` (
`player_name` varchar(32) NOT NULL default '',
`user_id` mediumint(8) unsigned NOT NULL default '0',
`message` varchar(128) NOT NULL default '',
`timestamp` int(10) unsigned NOT NULL default '0',
`irc_print` tinyint(4) NOT NULL default '0'
Expand Down

0 comments on commit ccca300

Please sign in to comment.