diff options
| author | vincent-michael <vincent_michael@gmx.de> | 2017-06-28 19:12:48 +0200 |
|---|---|---|
| committer | vincent-michael <vincent_michael@gmx.de> | 2017-06-28 19:13:01 +0200 |
| commit | 917500c2d571796350a93f7ea0cf02e54fe3ac7a (patch) | |
| tree | 60d375f4292bc6f0267c3523a68c0078fc53d981 /sql/updates | |
| parent | 17a2ae64b66c305ff0a00235f1742f9bc3b6f82c (diff) | |
Core: Updated allowed build to 7.2.5.24430
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/master/2017_06_28_00_auth.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2017_06_28_00_auth.sql b/sql/updates/auth/master/2017_06_28_00_auth.sql new file mode 100644 index 00000000000..9924b951cb1 --- /dev/null +++ b/sql/updates/auth/master/2017_06_28_00_auth.sql @@ -0,0 +1,3 @@ +UPDATE `realmlist` SET `gamebuild`=24430 WHERE `gamebuild`=24415; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '24430'; |
