diff options
author | Ovahlord <dreadkiller@gmx.de> | 2025-04-06 19:10:33 +0200 |
---|---|---|
committer | Ovahlord <dreadkiller@gmx.de> | 2025-04-06 19:10:33 +0200 |
commit | 7a2c949bf7618c8762949308ad1b6c1bc0edbee8 (patch) | |
tree | c9549ed0a9ce7df21bb295482c47bbe8aae77042 /sql/updates | |
parent | fe9afc655617a459b6f7bd5513dd4fdc3ae5295b (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.sql | 3 |
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'; |