aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorVincent-Michael <vincent_michael@gmx.de>2016-08-26 16:14:42 +0200
committerVincent-Michael <vincent_michael@gmx.de>2016-08-26 16:14:42 +0200
commitd2c50155e8e162482549054da6e21faa64279780 (patch)
treec17686508506aaa81e5e30c743966ff22335ede0 /sql/updates
parenta727a99e34a1a50b4b7589ab549751caa63282b0 (diff)
Core/Misc: Updated to 7.0.3.22498
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/6.x/2016_08_26_00_auth.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/6.x/2016_08_26_00_auth.sql b/sql/updates/auth/6.x/2016_08_26_00_auth.sql
new file mode 100644
index 00000000000..36485d9e775
--- /dev/null
+++ b/sql/updates/auth/6.x/2016_08_26_00_auth.sql
@@ -0,0 +1,3 @@
+UPDATE `realmlist` SET `gamebuild`=22498 WHERE `gamebuild`=22423;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '22498';