diff options
| author | Treeston <treeston.mmoc@gmail.com> | 2018-08-22 22:22:24 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-10-22 23:20:36 +0200 |
| commit | f6ceb4bf0c5f95c043e90708e9369f7199a4201b (patch) | |
| tree | fd92120d125985b1112e25b4cb688cf5c4ead65e /sql | |
| parent | 6b8329f6af801dae065a15322f07b95e83ed34fc (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.
(cherry picked from commit 5706d49e49733f70a6ea2304b7e3671c16ca0c13)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_10_22_10_world_2018_08_22_11_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_22_10_world_2018_08_22_11_world.sql b/sql/updates/world/master/2021_10_22_10_world_2018_08_22_11_world.sql new file mode 100644 index 00000000000..2c14012dc11 --- /dev/null +++ b/sql/updates/world/master/2021_10_22_10_world_2018_08_22_11_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `target_type`=0 WHERE `action_type` IN (38,39); |
