edit login/logindatabase.cpp (copied from the 0.2.3 source tree) and change line 239 from
Code:
bool Database::GetLSAccountInfo(int32 account_id, char* name, int8* lsadmin)
to
Code:
bool Database::GetLSAccountInfo(int32 account_id, char* name, int8* lsadmin, int* status)
that makes it compile for me in 0.2.4-pre5, though i haven't tested it out yet.
Quote:
Originally Posted by Gjor
I wasn't able to get the login server to compile under 0.2.4 on linux. anyone have any luck with this?
Prototype for 'bool Database::GetLSaccountInfo(unsigned int, char *, int8 *, int*) doesn't match any in class Database is the error I get.
|