aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-08-18 22:50:31 +0300
committerShauren <shauren.trinity@gmail.com>2022-02-02 22:26:31 +0100
commit044edcea8a25f20ad30deb93453d1afd57cf5cbb (patch)
tree74ef324e918974b7b07d7e74add769c37c9c13c6
parent3c658e4526a285a285f3d1d9a6b63ddd8d3be2e7 (diff)
DB/Quest: Add correct action type to give quest credit for 'Escorting Erland'
Closes #25280 Ref eea3cf14017065dbf11deb0aa12f4cd7dd06abd6 (cherry picked from commit 20ca00ebdbbbb257774fe1ecd1636785bd8054bf)
-rw-r--r--sql/updates/world/master/2022_02_02_09_world_2020_08_18_04_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_02_09_world_2020_08_18_04_world.sql b/sql/updates/world/master/2022_02_02_09_world_2020_08_18_04_world.sql
new file mode 100644
index 00000000000..b64aa312288
--- /dev/null
+++ b/sql/updates/world/master/2022_02_02_09_world_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;