mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
* Better support localization in case built-in version notes. * Move script library version functions to ScriptMgr
6 lines
306 B
C
6 lines
306 B
C
#ifndef __REVISION_SQL_H__
|
|
#define __REVISION_SQL_H__
|
|
#define REVISION_DB_CHARACTERS "required_10973_01_characters_game_event_status"
|
|
#define REVISION_DB_MANGOS "required_10988_01_mangos_mangos_string"
|
|
#define REVISION_DB_REALMD "required_10008_01_realmd_realmd_db_version"
|
|
#endif // __REVISION_SQL_H__
|