diff options
| author | Shauren <shauren.trinity@gmail.com> | 2019-11-20 12:35:11 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2019-11-20 12:35:11 +0100 |
| commit | dd39f2c1a720083a65ce95b9071c8480baa4e1dd (patch) | |
| tree | 62de1fbeebc60a55de150447d1c417e5ec72d33a /sql/updates/auth | |
| parent | ef3485e6fcb669ae3dc3195da5593afcb3091b2a (diff) | |
Core: Updated allowed build to 8.2.5.32580
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/master/2019_11_20_00_auth.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2019_11_20_00_auth.sql b/sql/updates/auth/master/2019_11_20_00_auth.sql new file mode 100644 index 00000000000..0540eb2a014 --- /dev/null +++ b/sql/updates/auth/master/2019_11_20_00_auth.sql @@ -0,0 +1,3 @@ +UPDATE `realmlist` SET `gamebuild`=32580 WHERE `gamebuild`=32494; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '32580'; |
