dclass: Change uint64 to uint32 for LAST_LOGIN_TS entry.

This commit is contained in:
John Cote 2015-07-24 20:02:48 -04:00
parent 02e452b594
commit 987d828d59

View file

@ -31,7 +31,7 @@ dclass Account {
string LAST_LOGIN db;
string ACCOUNT_ID db;
uint16 ACCESS_LEVEL db;
uint64 LAST_LOGIN_TS db;
uint32 LAST_LOGIN_TS db;
};
struct BarrierData {