aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2018-12-09 14:50:36 +0100
committerShauren <shauren.trinity@gmail.com>2018-12-09 14:50:36 +0100
commit3535955e8f2b2fc45fc25f878b34543a0d5111d4 (patch)
treeb1bf9229e4b82d171cf6e1da5c5f86f590d3e9c0 /sql/updates
parentf94deace764f0b8d99249760d2bc2e85c891c387 (diff)
Core: Updated allowed build to 8.0.1.28153
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2018_12_09_01_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2018_12_09_01_auth.sql b/sql/updates/auth/master/2018_12_09_01_auth.sql
new file mode 100644
index 00000000000..ba23941d720
--- /dev/null
+++ b/sql/updates/auth/master/2018_12_09_01_auth.sql
@@ -0,0 +1,7 @@
+UPDATE `account` SET `expansion`=7 WHERE `expansion`=6;
+
+ALTER TABLE `account` CHANGE `expansion` `expansion` tinyint(3) unsigned NOT NULL DEFAULT '7';
+
+UPDATE `realmlist` SET `gamebuild`=28153 WHERE `gamebuild`=26972;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '28153';