mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
fix(DB/SAI): Escape from Jaedanar group completion (#21286)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user