[9680] Create new table character_stats for external tools.

Added new config value to define whether it should be updated.

This table will only be updated on logout, not on periodic save.

Signed-off-by: hunuza <hunuza@gmail.com>
This commit is contained in:
hunuza 2010-04-06 15:02:16 +02:00
parent 1cb9002388
commit 145182a53d
10 changed files with 141 additions and 7 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9679"
#define REVISION_NR "9680"
#endif // __REVISION_NR_H__