diff options
| author | Shauren <shauren.trinity@gmail.com> | 2018-02-28 23:18:41 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2018-02-28 23:18:41 +0100 |
| commit | 31f6ba5a92b0f88f328e0e6adcf33bd4820599c2 (patch) | |
| tree | c78eacfef0e897a285561f24213bfa531a6d48a8 /sql/updates/auth/master | |
| parent | 9c417089e32e61c01b3b2b3da91e8cf262309b97 (diff) | |
Core: Updated allowed build to 7.3.5.26124
Diffstat (limited to 'sql/updates/auth/master')
| -rw-r--r-- | sql/updates/auth/master/2018_02_28_00_auth.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2018_02_28_00_auth.sql b/sql/updates/auth/master/2018_02_28_00_auth.sql new file mode 100644 index 00000000000..4b60b7f6868 --- /dev/null +++ b/sql/updates/auth/master/2018_02_28_00_auth.sql @@ -0,0 +1,3 @@ +UPDATE `realmlist` SET `gamebuild`=26124 WHERE `gamebuild`=25996; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '26124'; |
