mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[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:
parent
c0d7e2a176
commit
c6a55a4ac0
2 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10141"
|
||||
#define REVISION_NR "10142"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue