From a154dfd308bbdbc0b0200f897fa5212ac5fc3e0d Mon Sep 17 00:00:00 2001 From: Dr-J Date: Tue, 23 Feb 2016 12:17:25 +0000 Subject: 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 c0c94d0e3179cdd336783890116f0cb7afbda5ca) --- sql/updates/world/2016_04_08_15_world_2016_02_23_00_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2016_04_08_15_world_2016_02_23_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/2016_04_08_15_world_2016_02_23_00_world.sql b/sql/updates/world/2016_04_08_15_world_2016_02_23_00_world.sql new file mode 100644 index 00000000000..871ce608f1c --- /dev/null +++ b/sql/updates/world/2016_04_08_15_world_2016_02_23_00_world.sql @@ -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; -- cgit v1.2.3