diff options
| author | Shauren <shauren.trinity@gmail.com> | 2016-11-04 20:27:05 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-11-04 20:27:05 +0100 |
| commit | 5b8429318853f6dd34d5326dbb7418964c3203bb (patch) | |
| tree | 1f1c864fe11c22130debe4ab0a5422816b22e9c7 /sql/updates | |
| parent | 575f2062521001e2e1a29a771b71a483b56e4fcc (diff) | |
Core: Change allowed build to 7.1.0.22950
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/master/2016_11_04_00_auth.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2016_11_04_00_auth.sql b/sql/updates/auth/master/2016_11_04_00_auth.sql new file mode 100644 index 00000000000..438f5307af5 --- /dev/null +++ b/sql/updates/auth/master/2016_11_04_00_auth.sql @@ -0,0 +1,3 @@ +UPDATE `realmlist` SET `gamebuild`=22950 WHERE `gamebuild`=22908; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '22950'; |
