aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMeji <alvaro.megias@outlook.com>2024-08-15 15:43:17 +0200
committerGitHub <noreply@github.com>2024-08-15 15:43:17 +0200
commit3429871a07c1c1ebe2bd94cb771ef187cb46fd46 (patch)
tree86525da8a409240074c81d8e5b97100cbb0bd5ca /sql
parent585cbd939442827bd4f1120cc7de1d62d03b7565 (diff)
Core/SAI: Implemented new action SMART_ACTION_COMPLETE_QUEST (#30048)11.0.0.56008
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2024_08_15_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_08_15_00_world.sql b/sql/updates/world/master/2024_08_15_00_world.sql
new file mode 100644
index 00000000000..857e221c76a
--- /dev/null
+++ b/sql/updates/world/master/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;