mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Authserver: Updated battle.net structures to 6.0.2.18973
This commit is contained in:
@@ -216,15 +216,11 @@ CREATE TABLE `battlenet_components` (
|
||||
LOCK TABLES `battlenet_components` WRITE;
|
||||
/*!40000 ALTER TABLE `battlenet_components` DISABLE KEYS */;
|
||||
INSERT INTO `battlenet_components` VALUES
|
||||
('Bnet','Cmp1',3),
|
||||
('Bnet','Win',26487),
|
||||
('Bnet','Wn64',26487),
|
||||
('Tool','Win',2736),
|
||||
('WoW','base',15595),
|
||||
('WoW','enGB',15595),
|
||||
('WoW','enUS',15595),
|
||||
('WoW','Win',15595),
|
||||
('WoW','Wn64',15595);
|
||||
('Bnet','Win',37165),
|
||||
('Bnet','Wn64',37165),
|
||||
('WoW','base',18973),
|
||||
('WoWB','Win',18973),
|
||||
('WoWB','Wn64',18973);
|
||||
/*!40000 ALTER TABLE `battlenet_components` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user