aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-08-30 00:00:33 +0200
committerShauren <shauren.trinity@gmail.com>2016-08-30 00:00:33 +0200
commitb5fac7abc1e488e2d7563593876a6a15235c2112 (patch)
tree5e7e75938ca83386ca47245d5c36c9ad410d4c5f /sql/updates
parentd8cae05ff0f9bc3ff1c0db146fe3f19b778b3610 (diff)
Core: Set default expansion to Legion.
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/6.x/2016_08_30_00_auth.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/6.x/2016_08_30_00_auth.sql b/sql/updates/auth/6.x/2016_08_30_00_auth.sql
new file mode 100644
index 00000000000..eec93895bc0
--- /dev/null
+++ b/sql/updates/auth/6.x/2016_08_30_00_auth.sql
@@ -0,0 +1,3 @@
+ALTER TABLE `account` CHANGE `expansion` `expansion` tinyint(3) unsigned NOT NULL DEFAULT '6' AFTER `online`;
+
+UPDATE `account` SET `expansion`=6;