fix(DB/SAI): Escape from Jaedanar group completion (#21286)
This commit is contained in:
parent
13e3a3c84a
commit
7e2d5c438b
1 changed files with 6 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue