[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:
Astellar 2010-06-20 01:50:19 +04:00 committed by VladimirMangos
parent e63dc32f4d
commit 41d178ca7b
7 changed files with 54 additions and 52 deletions

View file

@ -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