aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2017-04-17 00:03:44 +0200
committerShauren <shauren.trinity@gmail.com>2017-04-17 00:03:44 +0200
commit0b9548a1cc429a336481edaf0b447d86aeb15c9b (patch)
tree636deb1563fc9e23891fe4444248eec68103c3ab /sql/updates/auth
parent7e8583ee8146d2a28d332d515df28a39a2911c01 (diff)
Core: Updated GameTables to 7.2.0
Tools/Extractors: Updated to 7.2.0 Tools/ConnectionPatcher: Updated patterns to 7.2.0 Supported version is now 7.2.0.23911
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2017_04_17_00_auth.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2017_04_17_00_auth.sql b/sql/updates/auth/master/2017_04_17_00_auth.sql
new file mode 100644
index 00000000000..f4f5af9acec
--- /dev/null
+++ b/sql/updates/auth/master/2017_04_17_00_auth.sql
@@ -0,0 +1,3 @@
+UPDATE `realmlist` SET `gamebuild`=23911 WHERE `gamebuild`=23420;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '23911';