aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorTreeston <treeston.mmoc@gmail.com>2018-08-22 22:22:24 +0200
committerTreeston <treeston.mmoc@gmail.com>2018-08-22 22:22:24 +0200
commit5706d49e49733f70a6ea2304b7e3671c16ca0c13 (patch)
treedd01f2044ad7856540da9a77e7650fa266a5cd7e /sql
parent79f0e55dcbe4a978363b4216188dd45e77512d1c (diff)
Scripts/SmartScripts: _SET_IN_COMBAT_WITH_ZONE and _CALL_FOR_HELP no longer use a target. Because that feature made no sense and was unused.
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2018_08_22_11_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_08_22_11_world.sql b/sql/updates/world/3.3.5/2018_08_22_11_world.sql
new file mode 100644
index 00000000000..2c14012dc11
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_08_22_11_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `smart_scripts` SET `target_type`=0 WHERE `action_type` IN (38,39);