[12142] Fix Typo

Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
Salja 2012-08-29 12:23:15 +02:00 committed by Antz
parent b4d7780f46
commit 0c8d8c67d8
4 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "12141" #define REVISION_NR "12142"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__

View file

@ -1,6 +1,6 @@
#ifndef __REVISION_SQL_H__ #ifndef __REVISION_SQL_H__
#define __REVISION_SQL_H__ #define __REVISION_SQL_H__
#define REVISION_DB_CHARACTERS "required_12140_01_characters_character_currencies" #define REVISION_DB_CHARACTERS "required_12141_01_characters_character_currencies"
#define REVISION_DB_MANGOS "required_12140_02_mangos_mangos_command" #define REVISION_DB_MANGOS "required_12141_02_mangos_mangos_command"
#define REVISION_DB_REALMD "required_12112_01_realmd_account_access" #define REVISION_DB_REALMD "required_12112_01_realmd_account_access"
#endif // __REVISION_SQL_H__ #endif // __REVISION_SQL_H__