From 044edcea8a25f20ad30deb93453d1afd57cf5cbb Mon Sep 17 00:00:00 2001 From: offl Date: Tue, 18 Aug 2020 22:50:31 +0300 Subject: DB/Quest: Add correct action type to give quest credit for 'Escorting Erland' Closes #25280 Ref eea3cf14017065dbf11deb0aa12f4cd7dd06abd6 (cherry picked from commit 20ca00ebdbbbb257774fe1ecd1636785bd8054bf) --- sql/updates/world/master/2022_02_02_09_world_2020_08_18_04_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2022_02_02_09_world_2020_08_18_04_world.sql (limited to 'sql') 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; -- cgit v1.2.3