aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMeji <alvaro.megias@outlook.com>2024-12-04 18:18:02 +0100
committerOvahlord <dreadkiller@gmx.de>2024-12-06 21:19:40 +0100
commitf9b564af3c601e5f2616708c2d6ce382034db558 (patch)
tree5e61a7a7deff736e538f706431ec6c4a63498a5d /sql
parent6e336607a1ef15a10b113bcfd2152ac7c9ae9449 (diff)
Core/SAI: Allow update of disable gravity/root applied via static flags (using related action type) (#30481)
(cherry picked from commit 2cf2535cd637b5b8966f7990f6826bdac94d77ce)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/cata_classic/2024_12_06_00_world_2024_12_04_00_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/cata_classic/2024_12_06_00_world_2024_12_04_00_world.sql b/sql/updates/world/cata_classic/2024_12_06_00_world_2024_12_04_00_world.sql
new file mode 100644
index 00000000000..22a3b393730
--- /dev/null
+++ b/sql/updates/world/cata_classic/2024_12_06_00_world_2024_12_04_00_world.sql
@@ -0,0 +1 @@
+UPDATE `smart_scripts` SET `target_type`=1 WHERE `action_type`=60;