chore(DB): import pending files

Referenced commit(s): e18aec9e5d
This commit is contained in:
AzerothCoreBot
2023-03-27 17:28:13 +00:00
parent e18aec9e5d
commit fc4a2f42de
4 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
-- DB update 2023_03_25_00 -> 2023_03_27_00
--
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|64|1073741824 WHERE (`entry` IN (20481, 21538));

View File

@@ -0,0 +1,3 @@
-- DB update 2023_03_27_00 -> 2023_03_27_01
--
UPDATE `smart_scripts` SET `event_param1`=3600, `event_param2`=10800, `event_param3`=16900, `event_param4`=26500 WHERE `entryorguid`=20478 AND `source_type`=0 AND `id`=1;

View File

@@ -0,0 +1,5 @@
-- DB update 2023_03_27_01 -> 2023_03_27_02
-- Repair Pathaleon the Calculator Loot Table
UPDATE `reference_loot_template` SET `GroupId`=5 WHERE `Entry`=35005 AND `Item` IN (28285, 28278, 28286, 28288, 28275, 27899);
DELETE FROM `creature_loot_template` WHERE `Entry`=19220 AND `Item`=35005 AND `Reference`=35005 AND `GroupId`=5;
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (19220, 35005, 35005, 100, 0, 1, 5, 1, 1, 'Pathaleon the Calculator - High Value Table (ReferenceTable)');

View File

@@ -0,0 +1,7 @@
-- DB update 2023_03_27_02 -> 2023_03_27_03
-- Verified in Build: 47213
UPDATE `creature_template` SET `faction` = 1860 WHERE `entry` IN (
21651, -- Time-Lost Skettis Reaver
21763, -- Time-Lost Skettis Worshipper
21787 -- Time-Lost Skettis High Priest
);