aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent-Michael <vincent_michael@gmx.de>2015-10-09 09:06:28 +0200
committerVincent-Michael <vincent_michael@gmx.de>2015-10-09 09:06:28 +0200
commit4d4da189ffe8acb1f0e9bcbc14a79b151e60931c (patch)
treeb3eba536b1a7dc48ea15519af35717d9edd744b7
parent5743333e46b911e9a8f40c91a431cfc0d0197c1a (diff)
DB/Auth: Updated to 6.2.2a.20574
-rw-r--r--sql/updates/auth/2015_10_09_00_auth.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/auth/2015_10_09_00_auth.sql b/sql/updates/auth/2015_10_09_00_auth.sql
new file mode 100644
index 00000000000..4b7509f4a44
--- /dev/null
+++ b/sql/updates/auth/2015_10_09_00_auth.sql
@@ -0,0 +1,4 @@
+UPDATE `battlenet_components` SET `Build`=20574 WHERE `Program`='WoW' AND `Platform`='base' AND `Build`=20490;
+UPDATE `battlenet_components` SET `Build`=20574 WHERE `Program`='WoW' AND `Platform` IN ('Mc64','Win','Wn64') AND `Build`=20490;
+
+UPDATE `realmlist` SET `gamebuild`=20574 WHERE `gamebuild`=20490;