mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
Read doc/EventAI.txt for details. SQL query to update existing scripts are included (convert from using ACTION_T_SET_UNIT_FIELD, field 68) Signed-off-by: NoFantasy <nofantasy@nf.no>
6 lines
303 B
C
6 lines
303 B
C
#ifndef __REVISION_SQL_H__
|
|
#define __REVISION_SQL_H__
|
|
#define REVISION_DB_CHARACTERS "required_10332_02_characters_pet_aura"
|
|
#define REVISION_DB_MANGOS "required_10365_01_mangos_creature_ai_scripts"
|
|
#define REVISION_DB_REALMD "required_10008_01_realmd_realmd_db_version"
|
|
#endif // __REVISION_SQL_H__
|