aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/2014_10_04_00_auth_6x.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/auth/2014_10_04_00_auth_6x.sql b/sql/updates/auth/2014_10_04_00_auth_6x.sql
new file mode 100644
index 00000000000..61731b408b6
--- /dev/null
+++ b/sql/updates/auth/2014_10_04_00_auth_6x.sql
@@ -0,0 +1,8 @@
+DELETE FROM `battlenet_components` WHERE `Build`=18973 AND `Program`!='Bnet';
+DELETE FROM `battlenet_components` WHERE `Build`=37165 AND `Program`='Bnet';
+INSERT INTO `battlenet_components` VALUES
+('Bnet','Win',37165),
+('Bnet','Wn64',37165),
+('WoW','base',18973),
+('WoWB','Win',18973),
+('WoWB','Wn64',18973);