DedicatedOT
New Member
I will seriously pay someone if you can help me out...
Whenever someone says !createguild on the server... It just crashes. Running Mystic Spirit TFS 0.2.3
This is the dump of guild:
Whenever someone says !createguild on the server... It just crashes. Running Mystic Spirit TFS 0.2.3
This is the dump of guild:
Code:
CREATE TABLE IF NOT EXISTS `guilds` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(255) NOT NULL COMMENT 'guild name - nothing else needed here',
`ownerid` int(11) NOT NULL,
`creationdata` int(11) NOT NULL,
`motd` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
--
-- Dumping data for table `guilds`
--
INSERT INTO `guilds` (`id`, `name`, `ownerid`, `creationdata`, `motd`) VALUES
(1, 'Hello', 2, 1245801909, 'Your guild has successfully been created, to view all available commands use: <!commands>. If you would like to remove this message use <!cleanmotd>, if you would like to edit it, use <!setmotd newMotd>.');
Last edited: