[10142] Read/write time as uint64 in [character_]account_data

Client currently expected uint32 value and time_t fit but
in DB time_t stored for portability as uint64 for this and other tables.
This commit is contained in:
VladimirMangos 2010-07-03 09:07:59 +04:00
parent c0d7e2a176
commit c6a55a4ac0
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10141"
#define REVISION_NR "10142"
#endif // __REVISION_NR_H__