View Single Post
  #8  
Old 02-23-2004, 11:30 AM
tofuwarrior
Fire Beetle
 
Join Date: Feb 2004
Posts: 19
Default

I fixed one with character creation. I posted in the Win32 server support forum. It was:

In Database::GetStartZone

On my system the line:

if(result) mysql_free_result(result);

called before row was used to getting starting point caused row to go out of scope and crash it. I moved that line to the end of the function and characters created just fine.
Reply With Quote