chore(DB): import pending files

Referenced commit(s): 119a2356a0
This commit is contained in:
AzerothCoreBot
2022-08-23 11:03:57 +00:00
parent 119a2356a0
commit dd3cba357b

View File

@@ -0,0 +1,7 @@
-- DB update 2022_08_21_19 -> 2022_08_23_00
--
UPDATE `creature` SET `spawntimesecs` = 120 WHERE `id1` = 15514;
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 29) AND (`SourceEntry` = 15514) AND (`SourceId` = 0) AND (`ConditionTypeOrReference` = 13);
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(29, 0, 15514, 0, 0, 13, 0, 16, 2, 0, 1, 0, 0, '', 'Buru Egg spawn only if Buru is in egg phase.');