diff options
| author | Shauren <shauren.trinity@gmail.com> | 2018-06-29 22:38:38 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2018-06-29 22:38:38 +0200 |
| commit | c2d61e05cf3dc555608e6b2a06772c27d207548c (patch) | |
| tree | 2a47e8f6acd2df0e76ea060498817d142acf3e7d /sql/updates/auth | |
| parent | 5b4cc687233e1eb53b9456e7eac7a840016a49e8 (diff) | |
Core: Updated allowed build to 7.3.5.26972
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/master/2018_06_29_00_auth.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2018_06_29_00_auth.sql b/sql/updates/auth/master/2018_06_29_00_auth.sql new file mode 100644 index 00000000000..821431dde38 --- /dev/null +++ b/sql/updates/auth/master/2018_06_29_00_auth.sql @@ -0,0 +1,3 @@ +UPDATE `realmlist` SET `gamebuild`=26972 WHERE `gamebuild`=26899; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '26972'; |
