Core/Battle.net: Additional checks
* Force grunt login for versions < 15595 * Force bn login if supported and game account is linked to bn account
This commit is contained in:
@@ -216,18 +216,12 @@ LOCK TABLES `battlenet_components` WRITE;
|
||||
/*!40000 ALTER TABLE `battlenet_components` DISABLE KEYS */;
|
||||
INSERT INTO `battlenet_components` VALUES
|
||||
('Bnet','Cmp1',3),
|
||||
('Bnet','Win',21719),
|
||||
('Bnet','Win',26487),
|
||||
('Bnet','Wn64',26487),
|
||||
('Tool','Win',1569),
|
||||
('Tool','Win',2736),
|
||||
('WoW','base',12340),
|
||||
('WoW','base',15595),
|
||||
('WoW','enGB',12340),
|
||||
('WoW','enGB',15595),
|
||||
('WoW','enUS',12340),
|
||||
('WoW','enUS',15595),
|
||||
('WoW','Win',12340),
|
||||
('WoW','Win',15595),
|
||||
('WoW','Wn64',15595);
|
||||
/*!40000 ALTER TABLE `battlenet_components` ENABLE KEYS */;
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `battlenet_components` WHERE `Program`='WoW' AND `Build`=12340;
|
||||
DELETE FROM `battlenet_components` WHERE `Program`='Tool' AND `Build`=1569;
|
||||
DELETE FROM `battlenet_components` WHERE `Program`='Bnet' AND `Build`=21719;
|
||||
Reference in New Issue
Block a user