diff options
| author | Shauren <shauren.trinity@gmail.com> | 2018-05-13 20:43:44 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2018-05-13 20:43:44 +0200 |
| commit | f05dbf814a42a8ea86b1ee532456dea2809a4d19 (patch) | |
| tree | 6a267f130b921184f50032f576da974119fb64ab /sql/updates/auth | |
| parent | ea4f343bd9c48883275ad1cc9a9aee4846c7a488 (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.sql | 1 |
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`; |
