diff options
| author | Shauren <shauren.trinity@gmail.com> | 2016-10-06 23:18:42 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-10-06 23:18:42 +0200 |
| commit | df556b83bac4d7d3e4b3eedebc2d2d6691566287 (patch) | |
| tree | d5508603c3282b18f52d5342475e5bbb0d43bb93 /sql/updates/auth | |
| parent | a52c50e809d7c0ecb06a4eb81c73069d3c0e6746 (diff) | |
Core: Change allowed build to 7.0.3.22747
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/6.x/2016_10_06_00_auth.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/6.x/2016_10_06_00_auth.sql b/sql/updates/auth/6.x/2016_10_06_00_auth.sql new file mode 100644 index 00000000000..b791f67e6cc --- /dev/null +++ b/sql/updates/auth/6.x/2016_10_06_00_auth.sql @@ -0,0 +1,3 @@ +UPDATE `realmlist` SET `gamebuild`=22747 WHERE `gamebuild`=22624; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '22624'; |
