diff options
| author | Shauren <shauren.trinity@gmail.com> | 2016-08-13 01:15:21 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-08-13 01:15:21 +0200 |
| commit | e6ddb9f2220b045d76e1c3b796fc06b55d6abf4b (patch) | |
| tree | 369add1b9cb9bb158d64a0b105ce632baf3e74bf /sql/updates | |
| parent | 7e84e5df6007709b649808c18d483124b2453f05 (diff) | |
Core: Change allowed build to 7.0.3.22423
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/6.x/2016_08_13_00_auth.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/6.x/2016_08_13_00_auth.sql b/sql/updates/auth/6.x/2016_08_13_00_auth.sql new file mode 100644 index 00000000000..fe3b4138332 --- /dev/null +++ b/sql/updates/auth/6.x/2016_08_13_00_auth.sql @@ -0,0 +1,3 @@ +UPDATE `realmlist` SET `gamebuild`=22423 WHERE `gamebuild`=22410; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '22423'; |
