mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[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:
parent
1cb9002388
commit
145182a53d
10 changed files with 141 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#ifndef __REVISION_SQL_H__
|
||||
#define __REVISION_SQL_H__
|
||||
#define REVISION_DB_CHARACTERS "required_9661_01_characters_character_talent"
|
||||
#define REVISION_DB_CHARACTERS "required_9680_01_characters_character_stats"
|
||||
#define REVISION_DB_MANGOS "required_9663_01_mangos_mangos_string"
|
||||
#define REVISION_DB_REALMD "required_9010_01_realmd_realmlist"
|
||||
#endif // __REVISION_SQL_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue