From 7cb459591c451b9d27b5d7dfd02a59bf66f5bde0 Mon Sep 17 00:00:00 2001 From: Jelle Meeus Date: Sat, 23 Nov 2024 12:47:11 +0100 Subject: [PATCH] fix(DB/Conditions): add Jan'alai's Summon Hatchers implicit target entry (#20692) fix(DB/Conditions)SummonHatchersSetTargetEntry Summon Amani'shi Hatcher --- .../sql/updates/pending_db_world/rev_1732339897805274964.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1732339897805274964.sql diff --git a/data/sql/updates/pending_db_world/rev_1732339897805274964.sql b/data/sql/updates/pending_db_world/rev_1732339897805274964.sql new file mode 100644 index 000000000..745e0edad --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1732339897805274964.sql @@ -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');