diff options
| author | Killyana <Killyana@users.noreply.github.com> | 2020-07-07 00:34:49 +0200 |
|---|---|---|
| committer | Killyana <Killyana@users.noreply.github.com> | 2020-07-07 00:34:49 +0200 |
| commit | a3066ab060995fd5e0127a87a447a5ee1cb60390 (patch) | |
| tree | 24a4b5e8be068a61cc1a6f62269efa60bf3b4040 | |
| parent | 46ad9fa0d95676a8f047f04ff432b1c033c24196 (diff) | |
DB/SAI: Remove some useless lines
| -rw-r--r-- | sql/updates/world/3.3.5/2020_07_05_09_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_07_05_09_world.sql b/sql/updates/world/3.3.5/2020_07_05_09_world.sql new file mode 100644 index 00000000000..c9beaace5e3 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_07_05_09_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `smart_scripts` WHERE `event_type`=36 AND `action_type`=48; |
