mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 10:56:38 +01:00
TDB 4.3.4.34 2018/09/15
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
UPDATE `battlenet_components` SET `Build`= 0 WHERE `Program`= 'Tool';
|
||||
DELETE FROM `battlenet_components` WHERE `Program`= 'WoW' AND `Platform`= 'deDE';
|
||||
INSERT INTO `battlenet_components` (`Program`, `Platform`, `Build`) VALUES
|
||||
('WoW', 'deDE', 15595);
|
||||
@@ -1,18 +0,0 @@
|
||||
DELETE FROM `battlenet_components` WHERE `Program`= 'WoW' AND `Platform`= 'frFR';
|
||||
DELETE FROM `battlenet_components` WHERE `Program`= 'WoW' AND `Platform`= 'esES';
|
||||
DELETE FROM `battlenet_components` WHERE `Program`= 'WoW' AND `Platform`= 'esMX';
|
||||
DELETE FROM `battlenet_components` WHERE `Program`= 'WoW' AND `Platform`= 'ptBR';
|
||||
DELETE FROM `battlenet_components` WHERE `Program`= 'WoW' AND `Platform`= 'ptPT';
|
||||
DELETE FROM `battlenet_components` WHERE `Program`= 'WoW' AND `Platform`= 'ruRU';
|
||||
DELETE FROM `battlenet_components` WHERE `Program`= 'WoW' AND `Platform`= 'zhCN';
|
||||
DELETE FROM `battlenet_components` WHERE `Program`= 'WoW' AND `Platform`= 'zhTW';
|
||||
INSERT INTO `battlenet_components` (`Program`, `Platform`, `Build`) VALUES
|
||||
('WoW', 'frFR', 15595),
|
||||
('WoW', 'esES', 15595),
|
||||
('WoW', 'esMX', 15595),
|
||||
('WoW', 'ptPT', 15595),
|
||||
('WoW', 'ptBR', 15595),
|
||||
('WoW', 'ruRU', 15595),
|
||||
('WoW', 'zhCN', 15595),
|
||||
('WoW', 'zhTW', 15595);
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
--
|
||||
DELETE FROM `rbac_permissions` WHERE `id`=874;
|
||||
INSERT INTO `rbac_permissions` (`id`,`name`) VALUES
|
||||
(874, "Command: go instance");
|
||||
|
||||
SET @parent := (SELECT `id` FROM `rbac_linked_permissions` WHERE `linkedId`=852);
|
||||
DELETE FROM `rbac_linked_permissions` WHERE `linkedId`=874;
|
||||
INSERT INTO `rbac_linked_permissions` (`id`,`linkedId`) VALUES
|
||||
(@parent, 874);
|
||||
@@ -1,3 +0,0 @@
|
||||
-- rbac simplify
|
||||
DELETE FROM `rbac_linked_permissions` WHERE `linkedid` IN (378,379,380,381,382,383,384,385,386,852,874);
|
||||
DELETE FROM `rbac_permissions` WHERE `id` IN (378,379,380,381,382,383,384,385,386,852,874);
|
||||
@@ -1,2 +1,2 @@
|
||||
-- TDB 4.3.4-33 auth database
|
||||
-- TDB 4.3.4-34 auth database
|
||||
UPDATE `updates` SET `state`='ARCHIVED';
|
||||
Reference in New Issue
Block a user