mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 16:44:24 +00:00
fix diplomacy
This commit is contained in:
@@ -467,7 +467,7 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%diplomacy` (
|
||||
`alli1` int(11) unsigned NOT NULL,
|
||||
`alli2` int(11) unsigned NOT NULL,
|
||||
`type` tinyint(1) unsigned NOT NULL,
|
||||
`accepted` int(1) NOT NULL,
|
||||
`accepted` tinyint(1) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user