fix(DB/Conditions): add Jan'alai's Summon Hatchers implicit target entry (#20692)

fix(DB/Conditions)SummonHatchersSetTargetEntry

Summon Amani'shi Hatcher
This commit is contained in:
Jelle Meeus
2024-11-23 12:47:11 +01:00
committed by GitHub
parent 0b771cbc92
commit 7cb459591c

View File

@@ -0,0 +1,5 @@
--
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 13) AND (`SourceGroup` = 1) AND (`SourceEntry` IN (45340, 43962));
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(13, 1, 43962, 0, 0, 31, 0, 3, 22515, 0, 0, 0, 0, '', 'Summon Amani\'shi Hatcher target World Trigger'),
(13, 1, 45340, 0, 0, 31, 0, 3, 22515, 0, 0, 0, 0, '', 'Summon Amani\'shi Hatcher target World Trigger');