Thread: Help please
View Single Post
  #6  
Old 01-07-2003, 06:52 AM
kabalah
Fire Beetle
 
Join Date: Nov 2002
Location: Los Gatos, Ca
Posts: 27
Default fix for net.cpp

hey trumphcard, the fix was pretty easy. i just moved the test for disablecommandline out of the giant if then elseif statement. also i changed the database to not consider ls_accountid as unique...

alter table account drop index ls_accountid;
alter table accout add index lsa (ls_accountid);

then it worked fine...

kabalah
Reply With Quote