aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-06-08 11:05:15 +0200
committerShauren <shauren.trinity@gmail.com>2022-06-08 11:05:15 +0200
commiteb57aee67de640e6086b734f5f64fd4be9e9136a (patch)
treeb269a36d53bd7d434b076f096f51ff89f6490d3b /sql/updates/auth
parent0671aa646ecef1f10543056c5d2445b9ac30dd31 (diff)
Core: Updated allowed build to 9.2.5.44061
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2022_06_08_00_auth.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2022_06_08_00_auth.sql b/sql/updates/auth/master/2022_06_08_00_auth.sql
new file mode 100644
index 00000000000..9b73d477963
--- /dev/null
+++ b/sql/updates/auth/master/2022_06_08_00_auth.sql
@@ -0,0 +1,3 @@
+UPDATE `realmlist` SET `gamebuild`=44061 WHERE `gamebuild`=44015;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '44061';