aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-08-18 22:50:31 +0300
committeroffl <offl@users.noreply.github.com>2020-08-18 22:50:31 +0300
commit20ca00ebdbbbb257774fe1ecd1636785bd8054bf (patch)
tree48402138eb4e774b96f27a3e2cc6108200b88c0d
parent7dbbc50fc4fc02512bbe6346eca03182c1a5226b (diff)
DB/Quest: Add correct action type to give quest credit for 'Escorting Erland'
Closes #25280 Ref eea3cf14017065dbf11deb0aa12f4cd7dd06abd6
-rw-r--r--sql/updates/world/3.3.5/2020_08_18_04_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_08_18_04_world.sql b/sql/updates/world/3.3.5/2020_08_18_04_world.sql
new file mode 100644
index 00000000000..b64aa312288
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_08_18_04_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `smart_scripts` SET `action_type` = 15 WHERE `entryorguid` = 197802 AND `source_type` = 9 AND `id` = 1;