fix(DB/SAI): Escape from Jaedanar group completion (#21286)

This commit is contained in:
Jelle Meeus
2025-02-04 13:34:08 +01:00
committed by GitHub
parent 13e3a3c84a
commit 7e2d5c438b

View File

@@ -0,0 +1,6 @@
--
-- Set questId on WP start
UPDATE `smart_scripts` SET `action_param4` = 5203 WHERE (`entryorguid` = 1101600) AND (`source_type` = 9) AND (`id` = 9);
-- Delete area explored action
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 11016) AND (`source_type` = 0) AND (`id` = 38);
UPDATE `smart_scripts` SET `link`=39 WHERE (`entryorguid` = 11016) AND (`source_type` = 0) AND (`id` = 37);