aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2017-06-15 15:23:08 +0200
committerShauren <shauren.trinity@gmail.com>2017-06-15 15:23:08 +0200
commit410bc499768ce2b5d1e5247815efebd0ba9b65a3 (patch)
tree67292578bf7e519ee25d821409c9b4604a83f7d7 /sql/updates/auth
parentf59e2ddd3112d0d3b666bd94d29b0cbb2d6e74f3 (diff)
Core: Updated to 7.2.5.24330
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2017_06_15_00_auth.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2017_06_15_00_auth.sql b/sql/updates/auth/master/2017_06_15_00_auth.sql
new file mode 100644
index 00000000000..6adc6f59653
--- /dev/null
+++ b/sql/updates/auth/master/2017_06_15_00_auth.sql
@@ -0,0 +1,3 @@
+UPDATE `realmlist` SET `gamebuild`=24330 WHERE `gamebuild`=24015;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '24330';