diff options
| author | Shauren <shauren.trinity@gmail.com> | 2019-08-18 10:50:57 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2019-08-18 10:50:57 +0200 |
| commit | 3b110b30d9eadecbe6b0c93837d6bdd7b7786bec (patch) | |
| tree | 35c493cf0b30016db833e0778a01f0a21a24354d /sql/updates/auth | |
| parent | f9927d173bab3d450692c8530fced8c74b33fe6d (diff) | |
Core: Updated allowed build to 8.2.0.31478
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/master/2019_08_18_00_auth.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2019_08_18_00_auth.sql b/sql/updates/auth/master/2019_08_18_00_auth.sql new file mode 100644 index 00000000000..793e4dfd9d2 --- /dev/null +++ b/sql/updates/auth/master/2019_08_18_00_auth.sql @@ -0,0 +1,3 @@ +UPDATE `realmlist` SET `gamebuild`=31478 WHERE `gamebuild`=31429; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '31478'; |
