fix(DB/Quest): A Sister's Pledge spawning multiple Sasha (#23975)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
blinkysc
2025-12-28 21:37:10 -06:00
committed by GitHub
parent 91a1cf85e9
commit 6be2dad01a

View File

@@ -0,0 +1,5 @@
-- Fix A Sister's Pledge (12411) spawning multiple Sasha when turned in by multiple players
-- Add condition to prevent Sasha spawn if she already exists nearby
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 22 AND `SourceEntry` = 27646 AND `SourceId` = 0;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(22, 1, 27646, 0, 0, 29, 1, 26935, 50, 0, 1, 0, 0, '', 'Anya - Quest reward chain only if Sasha is not already nearby');