aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorDr-J <daniel.jarrott0@gmail.com>2016-02-23 12:17:25 +0000
committerDr-J <daniel.jarrott0@gmail.com>2016-02-23 12:17:25 +0000
commitc0c94d0e3179cdd336783890116f0cb7afbda5ca (patch)
tree9a9c5f4d78fa252c8d9f1869428f0d5b6a735bb6 /sql
parentecd74a8cccc1a28750a83d71624dc8bc32e0d965 (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.
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2016_02_23_00_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2016_02_23_00_world.sql b/sql/updates/world/2016_02_23_00_world.sql
new file mode 100644
index 00000000000..871ce608f1c
--- /dev/null
+++ b/sql/updates/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;