diff options
| author | Shauren <shauren.trinity@gmail.com> | 2017-06-18 22:17:48 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2017-06-18 22:17:48 +0200 |
| commit | cf5aa01be7ee251e170b899c6476bfb31ca85fb6 (patch) | |
| tree | a58957a9e7c650e95b599ff24a811fc696c059b5 /sql/updates | |
| parent | 6e0e75630922eb0c182bf3bc35913a1930ffe123 (diff) | |
Core: Updated to 7.2.5.24367
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/master/2017_06_18_00_auth.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2017_06_18_00_auth.sql b/sql/updates/auth/master/2017_06_18_00_auth.sql new file mode 100644 index 00000000000..08a8926053f --- /dev/null +++ b/sql/updates/auth/master/2017_06_18_00_auth.sql @@ -0,0 +1,3 @@ +UPDATE `realmlist` SET `gamebuild`=24367 WHERE `gamebuild`=24330; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '24367'; |
