diff options
| author | Shauren <shauren.trinity@gmail.com> | 2016-10-25 19:13:32 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-10-25 19:29:27 +0200 |
| commit | af25942aeca6fb1a1656756b064f7c5208b715d2 (patch) | |
| tree | d641bc51185e564ef16feed889297ff0272ca545 /sql/updates/auth/master | |
| parent | 40baf3e94ffc2bf4cae91bb540f5f303a3daa368 (diff) | |
Core/PacketIO: Updated packets to 7.1.0.22900
Diffstat (limited to 'sql/updates/auth/master')
| -rw-r--r-- | sql/updates/auth/master/2016_10_25_00_auth.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2016_10_25_00_auth.sql b/sql/updates/auth/master/2016_10_25_00_auth.sql new file mode 100644 index 00000000000..b9e0e5abd3a --- /dev/null +++ b/sql/updates/auth/master/2016_10_25_00_auth.sql @@ -0,0 +1,3 @@ +UPDATE `realmlist` SET `gamebuild`=22900 WHERE `gamebuild`=22810; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '22900'; |
