diff options
author | Meji <alvaro.megias@outlook.com> | 2024-08-15 15:43:17 +0200 |
---|---|---|
committer | Ovahlord <dreadkiller@gmx.de> | 2024-08-17 14:05:40 +0200 |
commit | bd2212322b848710255028c0439a5984d7657293 (patch) | |
tree | 3fb86fe0710c00351a0797495493318ac9d0d31d /sql | |
parent | 6c9824f147306dace674a4b48458836ff3bc9342 (diff) |
Core/SAI: Implemented new action SMART_ACTION_COMPLETE_QUEST (#30048)
(cherry picked from commit 3429871a07c1c1ebe2bd94cb771ef187cb46fd46)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/cata_classic/2024_08_17_00_world_2024_08_15_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/cata_classic/2024_08_17_00_world_2024_08_15_00_world.sql b/sql/updates/world/cata_classic/2024_08_17_00_world_2024_08_15_00_world.sql new file mode 100644 index 00000000000..857e221c76a --- /dev/null +++ b/sql/updates/world/cata_classic/2024_08_17_00_world_2024_08_15_00_world.sql @@ -0,0 +1,2 @@ +UPDATE `smart_scripts` SET `action_type`=152, `target_type`=16 WHERE `action_type`=26 AND `target_type`=7; +UPDATE `smart_scripts` SET `action_type`=152 WHERE `action_type`=15; |