diff options
| author | Vincent-Michael <vincent_michael@gmx.de> | 2015-09-05 02:59:45 +0200 |
|---|---|---|
| committer | Vincent-Michael <vincent_michael@gmx.de> | 2015-09-05 02:59:45 +0200 |
| commit | 6da6df5dcc954813f3212a9443660ae7ce96e870 (patch) | |
| tree | dfab3b1e7318edafc84dac3493974a9a31889d57 | |
| parent | 663cff2195900fe4cf24473a25eec7613a163bd1 (diff) | |
DB/Bnet: Fix typo in 663cff2195900fe4cf24473a25eec7613a163bd1
| -rw-r--r-- | sql/updates/auth/2015_09_05_01_auth.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/auth/2015_09_05_01_auth.sql b/sql/updates/auth/2015_09_05_01_auth.sql new file mode 100644 index 00000000000..bac1e817dc1 --- /dev/null +++ b/sql/updates/auth/2015_09_05_01_auth.sql @@ -0,0 +1,2 @@ +UPDATE `battlenet_components` SET `Build`=20444 WHERE `Program`='WoW' AND `Platform`='base' AND `Build`=20182; +UPDATE `battlenet_components` SET `Build`=20444 WHERE `Program`='WoW' AND `Platform` IN ('Mc64','Win','Wn64') AND `Build`=20338; |
