mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
* It not has been added in commit time to mangos.sql * It alsow required data updating in family masks. Thank you to NoFantasy for reseatch problem :)
6 lines
306 B
C
6 lines
306 B
C
#ifndef __REVISION_SQL_H__
|
|
#define __REVISION_SQL_H__
|
|
#define REVISION_DB_CHARACTERS "required_10051_01_characters_character_aura"
|
|
#define REVISION_DB_MANGOS "required_10056_01_mangos_spell_proc_event"
|
|
#define REVISION_DB_REALMD "required_10008_01_realmd_realmd_db_version"
|
|
#endif // __REVISION_SQL_H__
|