aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorTreeston <treeston.mmoc@gmail.com>2020-08-17 22:25:11 +0200
committerTreeston <treeston.mmoc@gmail.com>2020-08-17 22:25:11 +0200
commite18f7aaa4d1bc9f6ad4b524c25fd3f111493b774 (patch)
tree8fbadd8e1b7d66372bf8c9230c204cf593647895 /sql
parent426513ec8e154df7c13ba98371513dd9f6d2cb9d (diff)
Scripts/Commands: Remove .debug asan outofbounds, because having reachable code that essentially says __builtin_unreachable in the core is making me twitchy.
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2020_08_17_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_08_17_00_world.sql b/sql/updates/world/3.3.5/2020_08_17_00_world.sql
new file mode 100644
index 00000000000..901c5742eac
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_08_17_00_world.sql
@@ -0,0 +1,2 @@
+--
+DELETE FROM `command` WHERE `name`='debug asan outofbounds';