diff options
| author | Shauren <shauren.trinity@gmail.com> | 2016-11-09 18:47:50 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-11-09 18:47:50 +0100 |
| commit | 48f5c11355b8ca5b451366ca76c875b36b4b3b17 (patch) | |
| tree | bb1ecfcfc5e188a3ea5d7516ce3b2a5da53a8fa4 /sql/updates | |
| parent | fcbb4397ea5c803b5b46bda770606ae7a79e565f (diff) | |
Core: Change allowed build to 7.1.0.22995
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/master/2016_11_09_00_auth.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2016_11_09_00_auth.sql b/sql/updates/auth/master/2016_11_09_00_auth.sql new file mode 100644 index 00000000000..c2fc4825f09 --- /dev/null +++ b/sql/updates/auth/master/2016_11_09_00_auth.sql @@ -0,0 +1,3 @@ +UPDATE `realmlist` SET `gamebuild`=22995 WHERE `gamebuild`=22950; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '22995'; |
