diff options
| author | Shauren <shauren.trinity@gmail.com> | 2019-06-08 17:15:00 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2019-06-08 17:15:00 +0200 |
| commit | 317b0a4fb3169962e84aea24e98cdd59de08646c (patch) | |
| tree | 71e0405c5e03a69702b2f14deaba70010d4b65f6 /sql/updates/auth | |
| parent | fbf05e69bb999aa1186ca913cca832f8903affa4 (diff) | |
Core: Updated allowed build to 8.1.5.30706
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/master/2019_06_08_03_auth.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2019_06_08_03_auth.sql b/sql/updates/auth/master/2019_06_08_03_auth.sql new file mode 100644 index 00000000000..743be78c441 --- /dev/null +++ b/sql/updates/auth/master/2019_06_08_03_auth.sql @@ -0,0 +1,3 @@ +UPDATE `realmlist` SET `gamebuild`=30706 WHERE `gamebuild`=28153; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '30706'; |
