diff options
| author | Shauren <shauren.trinity@gmail.com> | 2016-05-19 18:43:01 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-05-19 18:43:01 +0200 |
| commit | 48d637b5404cee5d2e245973559e50135c3d6541 (patch) | |
| tree | de4c4346649e6fcb72c4d9115d60dd0241a5c87f /sql/updates | |
| parent | 7cf22eab81ae012099c2ed9e50bb36b146175a76 (diff) | |
Core: Change supported client version to 6.2.4.21742
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/6.x/2016_05_19_00_auth.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/6.x/2016_05_19_00_auth.sql b/sql/updates/auth/6.x/2016_05_19_00_auth.sql new file mode 100644 index 00000000000..0b584bd4d7b --- /dev/null +++ b/sql/updates/auth/6.x/2016_05_19_00_auth.sql @@ -0,0 +1,3 @@ +UPDATE `realmlist` SET `gamebuild`=21742 WHERE `gamebuild`=21463; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '21742'; |
