diff options
| author | Shauren <shauren.trinity@gmail.com> | 2019-11-13 12:02:51 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2019-11-13 12:02:51 +0100 |
| commit | 6aee80e61afbf14f2f85f67e1fa1b4e0a0f73741 (patch) | |
| tree | f6d3d58749f40ea43948e07f461b922138633b4f /sql/updates/auth/master | |
| parent | ce8f9b9a4efc8a3f110465db5310f08067658f60 (diff) | |
Core: Updated allowed build to 8.2.5.32494
Diffstat (limited to 'sql/updates/auth/master')
| -rw-r--r-- | sql/updates/auth/master/2019_11_13_00_auth.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2019_11_13_00_auth.sql b/sql/updates/auth/master/2019_11_13_00_auth.sql new file mode 100644 index 00000000000..ece5d674504 --- /dev/null +++ b/sql/updates/auth/master/2019_11_13_00_auth.sql @@ -0,0 +1,3 @@ +UPDATE `realmlist` SET `gamebuild`=32494 WHERE `gamebuild`=32305; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '32494'; |
