chore(DB): import pending files

Referenced commit(s): 3993c02e13
This commit is contained in:
github-actions[bot]
2026-01-05 01:40:36 +00:00
parent 0deb322706
commit 523b54616d
3 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
-- DB update 2026_01_04_01 -> 2026_01_05_00
-- Everfrost Chip (quest starter) should always drop.
UPDATE `gameobject_loot_template` SET `Chance` = 100 WHERE `Entry` = 26782 AND `Item` = 44725;
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 4) AND (`SourceGroup` = 26782) AND (`SourceEntry` = 44725) AND (`SourceId` = 0) AND (`ElseGroup` = 0) AND (`ConditionTypeOrReference` = 8) AND (`ConditionTarget` = 0) AND (`ConditionValue1` = 13420) AND (`ConditionValue2` = 0) AND (`ConditionValue3` = 0);
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(4, 26782, 44725, 0, 0, 8, 0, 13420, 0, 0, 1, 0, 0, '', 'Item: Everfrost Chip [44725] doesn\'t drop if Quest: Everfrost has been rewarded');
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 4) AND (`SourceGroup` = 26782) AND (`SourceEntry` = 44725) AND (`SourceId` = 0) AND (`ElseGroup` = 0) AND (`ConditionTypeOrReference` = 9) AND (`ConditionTarget` = 0) AND (`ConditionValue1` = 13420) AND (`ConditionValue2` = 0) AND (`ConditionValue3` = 0);
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(4, 26782, 44725, 0, 0, 9, 0, 13420, 0, 0, 1, 0, 0, '', 'Item: Everfrost Chip [44725] doesn\'t drop if Quest: Everfrost is currently on quest log');
-- From "Everfrost Chip requires Sons of Hodir friendly"
UPDATE `conditions` SET `Comment` = 'Item: Everfrost Chip [44725] requires Sons of Hodir friendly or higher to appear' WHERE (`SourceTypeOrReferenceId` = 4) AND (`SourceGroup` = 26782) AND (`SourceEntry` = 44725) AND (`SourceId` = 0) AND (`ElseGroup` = 0) AND (`ConditionTypeOrReference` = 5) AND (`ConditionTarget` = 0) AND (`ConditionValue1` = 1119) AND (`ConditionValue2` = 240) AND (`ConditionValue3` = 0);
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 4) AND (`SourceGroup` = 26782) AND (`SourceEntry` = 44724) AND (`SourceId` = 0) AND (`ElseGroup` = 0) AND (`ConditionTypeOrReference` = 8) AND (`ConditionTarget` = 0) AND (`ConditionValue1` = 13420) AND (`ConditionValue2` = 0) AND (`ConditionValue3` = 0);
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(4, 26782, 44724, 0, 0, 8, 0, 13420, 0, 0, 0, 0, 0, '', 'Item: Everfrost Chip [44724] requires Quest: Everfrost to be completed to appear on loot');

View File

@@ -0,0 +1,3 @@
-- DB update 2026_01_05_00 -> 2026_01_05_01
-- "A Score to Settle" requires "Report to Anselm"
UPDATE `quest_template_addon` SET `PrevQuestID` = 11234 WHERE `ID` = 11272;

View File

@@ -0,0 +1,12 @@
-- DB update 2026_01_05_01 -> 2026_01_05_02
--
DELETE FROM `creature_loot_template` WHERE (`Entry` = 31787);
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(31787, 26002, 26002, 3, 0, 1, 1, 1, 1, 'Citadel Watcher - (ReferenceTable)'),
(31787, 26040, 26040, 25, 0, 1, 0, 1, 1, 'Citadel Watcher - (ReferenceTable)'),
(31787, 35947, 0, 6, 0, 1, 2, 1, 1, 'Citadel Watcher - Sparkling Frostcap'),
(31787, 43624, 0, 0.1, 0, 1, 0, 1, 1, 'Citadel Watcher - Titanium Lockbox'),
(31787, 43851, 0, 20, 0, 1, 3, 1, 1, 'Citadel Watcher - Fur Clothing Scraps'),
(31787, 43852, 0, 15, 0, 1, 3, 1, 1, 'Citadel Watcher - Thick Fur Clothing Scraps'),
(31787, 45912, 0, 0.1, 0, 1, 0, 1, 1, 'Citadel Watcher - Book of Glyph Mastery'),
(31787, 33445, 0, 3, 0, 1, 2, 1, 1, 'Citadel Watcher - Honeymint Tea');