diff options
| author | vincent-michael <vincent_michael@gmx.de> | 2017-06-30 16:20:44 +0200 |
|---|---|---|
| committer | vincent-michael <vincent_michael@gmx.de> | 2017-06-30 16:20:57 +0200 |
| commit | b84d4516c3cc80091787b8ba3963ca5635fc2411 (patch) | |
| tree | 1e8ae8d42188ae2e5fea4c31e73035e78e33bcbc /sql/updates | |
| parent | 346e498707fe5226f61bc3489cb255f891cc777f (diff) | |
Core: Updated allowed build to 7.2.5.24461
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/master/2017_06_30_00_auth.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2017_06_30_00_auth.sql b/sql/updates/auth/master/2017_06_30_00_auth.sql new file mode 100644 index 00000000000..30ba5433ec7 --- /dev/null +++ b/sql/updates/auth/master/2017_06_30_00_auth.sql @@ -0,0 +1,3 @@ +UPDATE `realmlist` SET `gamebuild`=24461 WHERE `gamebuild`=24430; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '24461'; |
