aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2018-05-13 20:43:44 +0200
committerShauren <shauren.trinity@gmail.com>2018-05-13 20:43:44 +0200
commitf05dbf814a42a8ea86b1ee532456dea2809a4d19 (patch)
tree6a267f130b921184f50032f576da974119fb64ab /sql/updates/auth
parentea4f343bd9c48883275ad1cc9a9aee4846c7a488 (diff)
Core/DataStores: Load Cfg_Regions and changed default realmlist region to US
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2018_05_13_00_auth.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2018_05_13_00_auth.sql b/sql/updates/auth/master/2018_05_13_00_auth.sql
new file mode 100644
index 00000000000..7df67812d21
--- /dev/null
+++ b/sql/updates/auth/master/2018_05_13_00_auth.sql
@@ -0,0 +1 @@
+ALTER TABLE `realmlist` MODIFY `Region` tinyint(3) unsigned NOT NULL DEFAULT '1' AFTER `gamebuild`;