aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/auth/2015_09_15_00_auth.sql4
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;