DB/Quest: Taken in the Night

Fix a problem, previous worked for me due to have duplicated timed action lists as originally got id wrong ie 22335 instead of 22355, had corrected id but failed to update the action to call timed action lists but failed to spot this has had timed action lists with both ids.
(cherry picked from commit c0c94d0e31)
This commit is contained in:
Dr-J
2016-02-23 12:17:25 +00:00
committed by Shauren
parent 68d0a4f2eb
commit a154dfd308

View File

@@ -0,0 +1 @@
UPDATE `smart_scripts` SET `action_param1`=2235500, `action_param2`=2235501, `action_param3`=2235502, `action_param4`=2235503, `action_param5`=2235504, `action_param6`=2235505 WHERE `entryorguid`=22355 AND `source_type`=0 AND `id`=6 AND `link`=0;