diff options
author | Meji <alvaro.megias@outlook.com> | 2024-12-04 18:18:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-04 18:18:02 +0100 |
commit | 2cf2535cd637b5b8966f7990f6826bdac94d77ce (patch) | |
tree | 7a96a381c709a25d09779773da14e822203f17ca /sql/updates | |
parent | fa8f2fb273ed3a527af9044970feccedd201b64a (diff) |
Core/SAI: Allow update of disable gravity/root applied via static flags (using related action type) (#30481)
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/master/2024_12_04_00_world.sql | 1 |
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; |