From 4dc9afcc70241c17e7b7eaf2ab05a2138e56571d Mon Sep 17 00:00:00 2001 From: genion18 Date: Fri, 4 Sep 2020 03:45:33 +0300 Subject: DB/Quest: Add correct action type to give quest credit for 'Protect Kaya' Closes #25377 Ref c29e3b46af49e3baeb3da01f839aa9eb1a44bb7b (cherry picked from commit d66263bd76cf20f9e9810d5bd1c01902fd9ad80c) --- .../world/master/2022_02_04_14_world_2020_09_04_05_world_335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2022_02_04_14_world_2020_09_04_05_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_02_04_14_world_2020_09_04_05_world_335.sql b/sql/updates/world/master/2022_02_04_14_world_2020_09_04_05_world_335.sql new file mode 100644 index 00000000000..ceb6f635e0f --- /dev/null +++ b/sql/updates/world/master/2022_02_04_14_world_2020_09_04_05_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_type` = 15 WHERE `entryorguid` = 1185602 AND `source_type` = 9 AND `id` = 3; -- cgit v1.2.3