diff options
| author | Shauren <shauren.trinity@gmail.com> | 2019-08-11 12:19:56 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2019-08-11 12:19:56 +0200 |
| commit | f884e5a85689e2b3ed6f04b6fa030437f20d3f5c (patch) | |
| tree | e83e591af70e6207cdfd9015e6d9eb69fb1458cb /sql/updates | |
| parent | c22b2f0c7b74f617f2443cf441bdd0893c45766b (diff) | |
Core: Updated allowed build to 8.2.0.31429
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/master/2019_08_11_00_auth.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2019_08_11_00_auth.sql b/sql/updates/auth/master/2019_08_11_00_auth.sql new file mode 100644 index 00000000000..934c62f5500 --- /dev/null +++ b/sql/updates/auth/master/2019_08_11_00_auth.sql @@ -0,0 +1,3 @@ +UPDATE `realmlist` SET `gamebuild`=31429 WHERE `gamebuild`=31229; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '31429'; |
