diff options
| author | Shauren <shauren.trinity@gmail.com> | 2016-08-11 17:03:50 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-08-11 17:03:50 +0200 |
| commit | ea162418736318ea7cce4d5c5667142795361740 (patch) | |
| tree | 30130beb7445291f8a845c311c4d7cd9de727be4 /sql/updates | |
| parent | f915ab2c86896f8878c2b292708c3f14c59dc35f (diff) | |
Core: Change allowed build to 7.0.3.22410
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/6.x/2016_08_11_00_auth.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/6.x/2016_08_11_00_auth.sql b/sql/updates/auth/6.x/2016_08_11_00_auth.sql new file mode 100644 index 00000000000..e4450d9f449 --- /dev/null +++ b/sql/updates/auth/6.x/2016_08_11_00_auth.sql @@ -0,0 +1,3 @@ +UPDATE `realmlist` SET `gamebuild`=22410 WHERE `gamebuild`=22345; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '22410'; |
