aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr-J <daniel.jarrott0@gmail.com>2016-02-23 12:17:25 +0000
committerShauren <shauren.trinity@gmail.com>2016-04-08 20:05:12 +0200
commita154dfd308bbdbc0b0200f897fa5212ac5fc3e0d (patch)
tree2ba84622d6026138038a359a3d5cc408a8a92db6
parent68d0a4f2ebf080dc6d3ae1ba5c79868b67184f36 (diff)
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)
-rw-r--r--sql/updates/world/2016_04_08_15_world_2016_02_23_00_world.sql1
1 files changed, 1 insertions, 0 deletions
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;