mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
Thanks to vladimir for the update query. Please make sure to make BACKUPs before you update your database. The update might take a while depending on the size of your database. Signed-off-by: hunuza <hunuza@gmail.com>
6 lines
296 B
C
6 lines
296 B
C
#ifndef __REVISION_SQL_H__
|
|
#define __REVISION_SQL_H__
|
|
#define REVISION_DB_CHARACTERS "required_8874_01_characters_character_skills"
|
|
#define REVISION_DB_MANGOS "required_8873_02_mangos_spell_learn_spell"
|
|
#define REVISION_DB_REALMD "required_8728_01_realmd_account"
|
|
#endif // __REVISION_SQL_H__
|