Blue Jem Posted October 20, 2013 Group: Members Topic Count: 151 Topics Per Day: 0.04 Content Count: 393 Reputation: 3 Joined: 09/16/13 Last Seen: June 4, 2014 Share Posted October 20, 2013 ok i try new latest SVN Quote Link to comment Share on other sites More sharing options...
LuLu Posted October 20, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 398 Reputation: 131 Joined: 11/10/12 Last Seen: October 6, 2024 Share Posted October 20, 2013 try to update your main.sql. much better to reinstall the main and log SQL Quote Link to comment Share on other sites More sharing options...
Patskie Posted October 20, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 16 minutes ago Share Posted October 20, 2013 Execute this on your database : CREATE TABLE IF NOT EXISTS `skillcooldown` ( `account_id` int(11) unsigned NOT NULL, `char_id` int(11) unsigned NOT NULL, `skill` smallint(11) unsigned NOT NULL DEFAULT '0', `tick` int(11) NOT NULL, KEY `account_id` (`account_id`), KEY `char_id` (`char_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; Quote Link to comment Share on other sites More sharing options...
Question
Blue Jem
ok i try new latest SVN
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.