[0014] removed gmlevel from account table and modified some sql inserts.

This commit is contained in:
Surion 2012-08-07 21:00:10 -05:00 committed by Antz
parent 1597b90686
commit 78ccf5882e
3 changed files with 40 additions and 25 deletions

View file

@ -2,5 +2,5 @@
#define __REVISION_SQL_H__
#define REVISION_DB_CHARACTERS "required_0001_xxxxx_01_characters"
#define REVISION_DB_MANGOS "required_0001_xxxxx_01_mangos"
#define REVISION_DB_REALMD "required_00014_01_realmd_account_access"
#define REVISION_DB_REALMD "required_00014_02_realmd_account"
#endif // __REVISION_SQL_H__