aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2025-04-06 19:10:33 +0200
committerOvahlord <dreadkiller@gmx.de>2025-04-06 19:10:33 +0200
commit7a2c949bf7618c8762949308ad1b6c1bc0edbee8 (patch)
treec9549ed0a9ce7df21bb295482c47bbe8aae77042 /sql/updates
parentfe9afc655617a459b6f7bd5513dd4fdc3ae5295b (diff)
Core: Updated allowed build to 4.4.2.60142
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/cata_classic/2025_04_06_00_auth.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/cata_classic/2025_04_06_00_auth.sql b/sql/updates/auth/cata_classic/2025_04_06_00_auth.sql
new file mode 100644
index 00000000000..a317fba72b4
--- /dev/null
+++ b/sql/updates/auth/cata_classic/2025_04_06_00_auth.sql
@@ -0,0 +1,3 @@
+UPDATE `realmlist` SET `gamebuild`=60142 WHERE `gamebuild`=59069;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '60142';