some small fixes
This commit is contained in:
@@ -499,7 +499,7 @@ void DBManager::SendAuthLogin(LPDESC d)
|
||||
SendLoginPing(r.login);
|
||||
}
|
||||
|
||||
void DBManager::LoginPrepare(BYTE bBillType, DWORD dwBillID, long lRemainSecs, LPDESC d, DWORD * pdwClientKey, int * paiPremiumTimes)
|
||||
void DBManager::LoginPrepare(BYTE bBillType, DWORD dwBillID, long lRemainSecs, LPDESC d, uint32_t * pdwClientKey, int * paiPremiumTimes)
|
||||
{
|
||||
const TAccountTable & r = d->GetAccountTable();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user