diff options
| author | Shauren <shauren.trinity@gmail.com> | 2016-12-04 00:50:30 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-12-04 00:50:30 +0100 |
| commit | f2277dd6de7ea29fa47e226ca2084e1eaeb2559b (patch) | |
| tree | cdd73c3b5c50eb2689a7cc276400def569350635 /sql/updates | |
| parent | 79b984832ff6a30865755c0f202e08dd334d7dbc (diff) | |
Core: Change allowed build to 7.1.0.23171
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/master/2016_12_04_00_auth.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2016_12_04_00_auth.sql b/sql/updates/auth/master/2016_12_04_00_auth.sql new file mode 100644 index 00000000000..2d697e7f293 --- /dev/null +++ b/sql/updates/auth/master/2016_12_04_00_auth.sql @@ -0,0 +1,3 @@ +UPDATE `realmlist` SET `gamebuild`=23171 WHERE `gamebuild`=22996; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '23171'; |
