mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
* Supported 1.12.1, 1.12.2, 2.4.3, 3.2.2a in same time as relams in same realmlist * mangosd by self check correct for it client build and reject all incorrect cases * realmd know from mangosd what builds supported each realm and if realm not support it then in relamlist for specific client this relam show as offline. Not need any manual settings for this. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
6 lines
297 B
C
6 lines
297 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_9007_01_mangos_spell_proc_event"
|
|
#define REVISION_DB_REALMD "required_9010_01_realmd_realmlist"
|
|
#endif // __REVISION_SQL_H__
|