aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_06_20_05_world_2018_02_13_04_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_06_20_05_world_2018_02_13_04_world.sql b/sql/updates/world/master/2021_06_20_05_world_2018_02_13_04_world.sql
new file mode 100644
index 00000000000..2a99ff63b5a
--- /dev/null
+++ b/sql/updates/world/master/2021_06_20_05_world_2018_02_13_04_world.sql
@@ -0,0 +1,2 @@
+-- SMART_ACTION_FLEE_FOR_ASSIST (25) does not need a target
+UPDATE `smart_scripts` SET `target_type`=0 WHERE `action_type`=25;