chore(DB): import pending files

Referenced commit(s): 701361d839
This commit is contained in:
AzerothCoreBot
2022-09-07 00:28:57 +00:00
parent 701361d839
commit 25d4d91867

View File

@@ -0,0 +1,5 @@
-- DB update 2022_09_07_05 -> 2022_09_07_06
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND `SourceEntry`=374;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(19, 0, 374, 0, 0, 8, 0, 427, 0, 0, 0, 0, 0, '', 'Enable quest 374, only if the player has completed quest 427.');