Skip to content

Commit 89f01fe

Browse files
authored
Merge 29eddd5 into 0933ac2
2 parents 0933ac2 + 29eddd5 commit 89f01fe

9 files changed

Lines changed: 697 additions & 65 deletions

File tree

cmake/MangosParams.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
set(MANGOS_EXP "CLASSIC")
22
set(MANGOS_PKG "Mangos Zero")
3-
set(MANGOS_WORLD_VER 2024061600)
4-
set(MANGOS_REALM_VER 2021010100)
3+
set(MANGOS_WORLD_VER 2026060300)
4+
set(MANGOS_REALM_VER 2026060300)
55
set(MANGOS_AHBOT_VER 2021010100)

src/game/Tools/Language.h

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,8 +880,16 @@ Faction Template: %u. */
880880
LANG_COMMAND_UNFREEZE_PLAYER_PLAYER_NOT_FOUND = 1714, /* You can only unfreeze online characters. */
881881
LANG_CANNOT_ENTER_CHAMPIONS_HALL = 1715, /* You must be a Knight or higher rank in order to enter the Champions Hall. */
882882
LANG_CANNOT_ENTER_LEGENDS_HALL = 1716, /* You must be a Stone Guard or higher rank in order to enter the Hall of Legends. */
883+
LANG_SCHEDULED_EXIT_RESTART_15_MIN = 1717, /* This realm will be automatically restarting in 15 Minutes as part of its weekly schedule. Downtime is expected to be 1-2 minutes. */
884+
LANG_SCHEDULED_EXIT_RESTART_10_MIN = 1718, /* This realm will be automatically restarting in 10 Minutes. */
885+
LANG_SCHEDULED_EXIT_RESTART_5_MIN = 1719, /* This realm will be automatically restarting in 5 Minutes. */
886+
LANG_SCHEDULED_EXIT_RESTART_1_MIN = 1720, /* This realm will be automatically restarting in 1 Minute as part of its weekly schedule. Please ensure you are in a safe area. Downtime is expected to be 1-2 minutes. */
887+
LANG_SCHEDULED_EXIT_SHUTDOWN_15_MIN = 1721, /* This realm will be automatically shutting down in 15 Minutes as part of its weekly schedule. Downtime is expected to be 1-2 minutes. */
888+
LANG_SCHEDULED_EXIT_SHUTDOWN_10_MIN = 1722, /* This realm will be automatically shutting down in 10 Minutes. */
889+
LANG_SCHEDULED_EXIT_SHUTDOWN_5_MIN = 1723, /* This realm will be automatically shutting down in 5 Minutes. */
890+
LANG_SCHEDULED_EXIT_SHUTDOWN_1_MIN = 1724, /* This realm will be automatically shutting down in 1 Minute as part of its weekly schedule. Please ensure you are in a safe area. Downtime is expected to be 1-2 minutes. */
883891

884-
// FREE IDS 1701-9999
892+
// FREE IDS 1725-9999
885893
// Use for not-in-official-sources patches
886894
// 10000-10999
887895

0 commit comments

Comments
 (0)