Skip to content

Commit

Permalink
Fix sql numbering for [c13123]
Browse files Browse the repository at this point in the history
  • Loading branch information
xfurry committed Nov 29, 2015
1 parent 32bfce8 commit 4dcf591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,4 +1,4 @@
ALTER TABLE db_version CHANGE COLUMN required_c13121_01_mangos_mangos_string required_c12123_01_mangos_scriptdev2_tables bit;
ALTER TABLE db_version CHANGE COLUMN required_c13121_01_mangos_mangos_string required_c13123_01_mangos_scriptdev2_tables bit;

DROP TABLE IF EXISTS `custom_texts`;
CREATE TABLE `custom_texts` (
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_sql.h
Expand Up @@ -2,5 +2,5 @@
#define __REVISION_SQL_H__
#define REVISION_DB_REALMD "required_c12484_02_realmd_account_access"
#define REVISION_DB_CHARACTERS "required_c13122_01_characters_pvpstats"
#define REVISION_DB_MANGOS "required_c12123_01_mangos_scriptdev2_tables"
#define REVISION_DB_MANGOS "required_c13123_01_mangos_scriptdev2_tables"
#endif // __REVISION_SQL_H__

0 comments on commit 4dcf591

Please sign in to comment.