aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorCarbenium <keresztesschmidt@gmail.com>2015-04-04 00:57:16 +0200
committerCarbenium <keresztesschmidt@gmail.com>2015-04-04 00:57:16 +0200
commit2d3f99c521e5edbe7fddadf170d08fb638d77b2e (patch)
tree6adad9483d00163ea0ff253d2c4b87bfe284ca08 /sql
parent89007ac1d08228c106c17cc8f51b4530531fa059 (diff)
Update to 6.1.2 19831
Diffstat (limited to 'sql')
-rw-r--r--sql/base/auth_database.sql2
-rw-r--r--sql/updates/auth/2015_04_04_00_auth.sql1
2 files changed, 2 insertions, 1 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql
index 076fe87130b..96679742390 100644
--- a/sql/base/auth_database.sql
+++ b/sql/base/auth_database.sql
@@ -252,7 +252,7 @@ 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',19793),('WoW','deDE',0),('WoW','enCN',0),('WoW','enGB',0),('WoW','enTW',0),('WoW','enUS',0),('WoW','esES',0),('WoW','esMX',0),('WoW','frFR',0),('WoW','itIT',0),('WoW','koKR',0),('WoW','Mc64',19802),('WoW','ptBR',0),('WoW','ptPT',0),('WoW','ruRU',0),('WoW','Win',19802),('WoW','Wn64',19802),('WoW','zhCN',0),('WoW','zhTW',0);
+INSERT INTO `battlenet_components` VALUES ('Bnet','Mc64',37165),('Bnet','Win',37165),('Bnet','Wn64',37165),('WoW','base',19793),('WoW','deDE',0),('WoW','enCN',0),('WoW','enGB',0),('WoW','enTW',0),('WoW','enUS',0),('WoW','esES',0),('WoW','esMX',0),('WoW','frFR',0),('WoW','itIT',0),('WoW','koKR',0),('WoW','Mc64',19831),('WoW','ptBR',0),('WoW','ptPT',0),('WoW','ruRU',0),('WoW','Win',19831),('WoW','Wn64',19831),('WoW','zhCN',0),('WoW','zhTW',0);
/*!40000 ALTER TABLE `battlenet_components` ENABLE KEYS */;
UNLOCK TABLES;
diff --git a/sql/updates/auth/2015_04_04_00_auth.sql b/sql/updates/auth/2015_04_04_00_auth.sql
new file mode 100644
index 00000000000..fd6a887b876
--- /dev/null
+++ b/sql/updates/auth/2015_04_04_00_auth.sql
@@ -0,0 +1 @@
+UPDATE `battlenet_components` SET `Build`=19831 WHERE `Program`='WoW' AND `Platform` IN ('Win','Wn64','Mc64') AND `Build`=19802;