aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMeji <alvaro.megias@outlook.com>2024-12-04 18:18:02 +0100
committerGitHub <noreply@github.com>2024-12-04 18:18:02 +0100
commit2cf2535cd637b5b8966f7990f6826bdac94d77ce (patch)
tree7a96a381c709a25d09779773da14e822203f17ca /sql
parentfa8f2fb273ed3a527af9044970feccedd201b64a (diff)
Core/SAI: Allow update of disable gravity/root applied via static flags (using related action type) (#30481)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2024_12_04_00_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_12_04_00_world.sql b/sql/updates/world/master/2024_12_04_00_world.sql
new file mode 100644
index 00000000000..22a3b393730
--- /dev/null
+++ b/sql/updates/world/master/2024_12_04_00_world.sql
@@ -0,0 +1 @@
+UPDATE `smart_scripts` SET `target_type`=1 WHERE `action_type`=60;