[12112] MaNGOS switch Support to Patch 4.3.4 Build 15595

NOTE:
 *Still under Developement
 *Need new Config Files
 *Reextract "dbcs, maps, vmaps, mmaps"

Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
Salja 2012-08-26 15:18:08 +02:00 committed by Antz
parent 2f0f10a764
commit b60bc4a34b
23 changed files with 12577 additions and 8 deletions

View file

@ -27,7 +27,7 @@
#ifndef _VERSION
#if PLATFORM == PLATFORM_WINDOWS
# define _VERSION(REVD,REVT,REVN,REVH) "CATACLYSM-DEV" " (" REVD " " REVT " Revision " REVN " - " REVH ")"
# define _VERSION(REVD,REVT,REVN,REVH) "0.18.0-DEV" " (" REVD " " REVT " Revision " REVN " - " REVH ")"
#else
# define _VERSION(REVD,REVT,REVN,REVH) "@VERSION@" " (" REVD " " REVT " Revision " REVN " - " REVH ")"
#endif

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "0187"
#define REVISION_NR "12112"
#endif // __REVISION_NR_H__

View file

@ -1,6 +1,6 @@
#ifndef __REVISION_SQL_H__
#define __REVISION_SQL_H__
#define REVISION_DB_CHARACTERS "required_0099_xxxxx_01_characters_character_phase_data"
#define REVISION_DB_MANGOS "required_0177_xxxxx_01_mangos_gameobject_template"
#define REVISION_DB_REALMD "required_0014_xxxxx_01_realmd_account_access"
#define REVISION_DB_CHARACTERS "required_12112_02_characters_character"
#define REVISION_DB_MANGOS "required_12112_14_mangos_command"
#define REVISION_DB_REALMD "required_12112_01_realmd_account_access"
#endif // __REVISION_SQL_H__