mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[12179] Some missing "player_levelstats". Thanks Trinity
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
119597fca8
commit
3cb9dd9eec
4 changed files with 12843 additions and 401 deletions
3600
sql/mangos.sql
3600
sql/mangos.sql
File diff suppressed because it is too large
Load diff
9640
sql/updates/12179_01_mangos_player_levelstats.sql
Normal file
9640
sql/updates/12179_01_mangos_player_levelstats.sql
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "12178"
|
#define REVISION_NR "12179"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
|
|
@ -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_12161_01_characters_characters"
|
#define REVISION_DB_CHARACTERS "required_12161_01_characters_characters"
|
||||||
#define REVISION_DB_MANGOS "required_12164_01_mangos_command"
|
#define REVISION_DB_MANGOS "required_12179_01_mangos_player_levelstats"
|
||||||
#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__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue