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.
|