View Single Post
  #1  
Old 05-07-2011, 11:05 AM
cknorth
Fire Beetle
 
Join Date: May 2011
Location: canada
Posts: 1
Smile My Source 1711 Fix

Hello All

this was my first attempt from not knowing a single thing on how to build a server, to logging into my server and playing in under 48 hours,

was having trouble sourcing in the rev1711 so this was my solution to it and it worked for me

ALTER TABLE `account` ADD `time` INT UNSIGNED DEFAULT '0' NOT NULL AFTER `suspendeduntil`;
UPDATE `account` SET `time_creation` = UNIX_TIMESTAMP() WHERE `time_creation` = 0;

havent seen anyone post this so hope it helps fellow new people thanks
Reply With Quote