diff options
author | Vincent-Michael <vincent_michael@gmx.de> | 2015-09-15 20:31:33 +0200 |
---|---|---|
committer | Vincent-Michael <vincent_michael@gmx.de> | 2015-09-15 20:31:33 +0200 |
commit | 351e93078cf868dbd0887e5f937c176da384221f (patch) | |
tree | ecca6dcb18d66b8d4578b10f619948cb111ebfcd | |
parent | 8998218eac6e0c1d10036d685f6425bf78b7ab8c (diff) |
DB/Auth: Updated to 6.2.2a.20490
-rw-r--r-- | sql/updates/auth/2015_09_15_00_auth.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/auth/2015_09_15_00_auth.sql b/sql/updates/auth/2015_09_15_00_auth.sql new file mode 100644 index 00000000000..0e84db63361 --- /dev/null +++ b/sql/updates/auth/2015_09_15_00_auth.sql @@ -0,0 +1,4 @@ +UPDATE `battlenet_components` SET `Build`=20490 WHERE `Program`='WoW' AND `Platform`='base' AND `Build`=20444; +UPDATE `battlenet_components` SET `Build`=20490 WHERE `Program`='WoW' AND `Platform` IN ('Mc64','Win','Wn64') AND `Build`=20444; + +UPDATE `realmlist` SET `gamebuild`=20490 WHERE `gamebuild`=20444; |