server Ver10 can't run?

Status
Not open for further replies.
Initiate Mage
Joined
Oct 2, 2006
Messages
3
Reaction score
0
charserver
VINCI - server Ver10 can't run? - RaGEZONE Forums

loginserver
VINCI - server Ver10 can't run? - RaGEZONE Forums

world
VINCI - server Ver10 can't run? - RaGEZONE Forums
 
run this

Code:
DROP TABLE IF EXISTS `channels`;
CREATE TABLE `channels` (
  `id` int(11) NOT NULL,
  `type` int(11) NOT NULL,
  `name` varchar(255) default NULL,
  `host` varchar(255) default NULL,
  `port` int(11) default NULL,
  `connected` int(11) default NULL,
  `maxconnections` int(11) default NULL,
  `owner` int(11) default NULL
);

from
 
Status
Not open for further replies.
Back