mirror of
https://github.com/mangosfour/server.git
synced 2025-12-31 13:37:07 +00:00
[10081] Use ACE config library instead dotconfpp
NOTE: all config versions update because in old state
it's not compatible with new way loading.
Look for *.conf.dist.in chnages in commit for update configs.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
e63dc32f4d
commit
41d178ca7b
7 changed files with 54 additions and 52 deletions
|
|
@ -36,10 +36,10 @@
|
|||
// Format is YYYYMMDDRR where RR is the change in the conf file
|
||||
// for that day.
|
||||
#ifndef _MANGOSDCONFVERSION
|
||||
# define _MANGOSDCONFVERSION 2010051901
|
||||
# define _MANGOSDCONFVERSION 2010062001
|
||||
#endif
|
||||
#ifndef _REALMDCONFVERSION
|
||||
# define _REALMDCONFVERSION 2007062001
|
||||
# define _REALMDCONFVERSION 2010062001
|
||||
#endif
|
||||
|
||||
#if MANGOS_ENDIAN == MANGOS_BIGENDIAN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue