aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2014-11-04 23:00:19 +0100
committerShauren <shauren.trinity@gmail.com>2014-11-04 23:00:19 +0100
commit476f8b06d9d1926dcdd2b143ba26140d0b2fe534 (patch)
tree5293a07d6865fd7870b7903b7b74013a7b2e5649
parent26f0046adec8e6c4298ff691ec9e8e61dcfb7e2f (diff)
SQL: Updated battlenet_components to current build
-rw-r--r--sql/base/auth_database.sql18
-rw-r--r--sql/updates/auth/2014_11_04_00_auth.sql19
2 files changed, 34 insertions, 3 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql
index bed40c618b2..caeba7ec348 100644
--- a/sql/base/auth_database.sql
+++ b/sql/base/auth_database.sql
@@ -243,11 +243,23 @@ CREATE TABLE `battlenet_components` (
LOCK TABLES `battlenet_components` WRITE;
/*!40000 ALTER TABLE `battlenet_components` DISABLE KEYS */;
INSERT INTO `battlenet_components` VALUES
+('Bnet','Mc64',37165),
('Bnet','Win',37165),
('Bnet','Wn64',37165),
-('WoW','base',18973),
-('WoWB','Win',18973),
-('WoWB','Wn64',18973);
+('WoW','base',19057),
+('WoW','deDE',0),
+('WoW','enGB',0),
+('WoW','enUS',0),
+('WoW','esES',0),
+('WoW','esMX',0),
+('WoW','frFR',0),
+('WoW','koKR',0),
+('WoW','Mc64',19116),
+('WoW','ruRU',0),
+('WoW','Win',19116),
+('WoW','Wn64',19116),
+('WoW','zhCN',0),
+('WoW','zhTW',0);
/*!40000 ALTER TABLE `battlenet_components` ENABLE KEYS */;
UNLOCK TABLES;
diff --git a/sql/updates/auth/2014_11_04_00_auth.sql b/sql/updates/auth/2014_11_04_00_auth.sql
new file mode 100644
index 00000000000..5214034fd21
--- /dev/null
+++ b/sql/updates/auth/2014_11_04_00_auth.sql
@@ -0,0 +1,19 @@
+TRUNCATE `battlenet_components`;
+INSERT INTO `battlenet_components` VALUES
+('Bnet','Mc64',37165),
+('Bnet','Win',37165),
+('Bnet','Wn64',37165),
+('WoW','base',19057),
+('WoW','deDE',0),
+('WoW','enGB',0),
+('WoW','enUS',0),
+('WoW','esES',0),
+('WoW','esMX',0),
+('WoW','frFR',0),
+('WoW','koKR',0),
+('WoW','Mc64',19116),
+('WoW','ruRU',0),
+('WoW','Win',19116),
+('WoW','Wn64',19116),
+('WoW','zhCN',0),
+('WoW','zhTW',0);