diff options
author | genion18 <genion18@users.noreply.github.com> | 2020-09-04 03:45:33 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-02-05 00:54:40 +0100 |
commit | 4dc9afcc70241c17e7b7eaf2ab05a2138e56571d (patch) | |
tree | c55af62c60a355413184406a336152eb97bad71a | |
parent | 085dc86979381cf26cc06a9f7f0e53e6446d16b0 (diff) |
DB/Quest: Add correct action type to give quest credit for 'Protect Kaya'
Closes #25377 Ref c29e3b46af49e3baeb3da01f839aa9eb1a44bb7b
(cherry picked from commit d66263bd76cf20f9e9810d5bd1c01902fd9ad80c)
-rw-r--r-- | sql/updates/world/master/2022_02_04_14_world_2020_09_04_05_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |