diff options
author | Peter Keresztes Schmidt <carbenium@outlook.com> | 2020-09-10 01:05:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-10 01:05:44 +0200 |
commit | 062c55f1ab9c84396ce5b054945f5a908e3a354f (patch) | |
tree | a24c56c23d56b0a538904296d51923268d387cd2 /sql | |
parent | f3b7f9ed5cb8fdc8142b95bfd16bdfb4a7b10e26 (diff) |
Scripts/Commands: Convert remaining debug commands (PR #25429)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2020_09_10_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_09_10_00_world.sql b/sql/updates/world/3.3.5/2020_09_10_00_world.sql new file mode 100644 index 00000000000..a2e9d6b964a --- /dev/null +++ b/sql/updates/world/3.3.5/2020_09_10_00_world.sql @@ -0,0 +1 @@ +DELETE FROM `command` WHERE name='debug setvid'; |