diff --git a/src/shared/revision.h b/src/shared/revision.h index f0283728..1ca24754 100644 --- a/src/shared/revision.h +++ b/src/shared/revision.h @@ -24,7 +24,7 @@ #ifndef MANGOS_H_REVISION #define MANGOS_H_REVISION - #define REVISION_NR "2118001" + #define REVISION_NR "2122024" #define REALMD_DB_VERSION_NR 21 #define REALMD_DB_STRUCTURE_NR 2 @@ -38,6 +38,6 @@ #define WORLD_DB_VERSION_NR 21 #define WORLD_DB_STRUCTURE_NR 22 - #define WORLD_DB_CONTENT_NR 001 - #define WORLD_DB_UPDATE_DESCRIPTION "New_Command_auragroup" + #define WORLD_DB_CONTENT_NR 024 + #define WORLD_DB_UPDATE_DESCRIPTION "NPC_1434_position_fix" #endif // __REVISION_H__