diff options
author | Chaz Brown <iamparadox@netscape.net> | 2009-04-01 23:53:52 -0400 |
---|---|---|
committer | Chaz Brown <iamparadox@netscape.net> | 2009-04-01 23:53:52 -0400 |
commit | c73cfdd4516228dca3bbb86b91c24a83e6b4465e (patch) | |
tree | 8c92d9b3ef7789a240d962cb68f0219e06d9163a | |
parent | 30eedaa72d0873489464239f636c0705a7459b06 (diff) |
Remove ahbotoptions commands from DB
--HG--
branch : trunk
-rw-r--r-- | sql/updates/2346_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/2346_world.sql b/sql/updates/2346_world.sql new file mode 100644 index 00000000000..f3cb07b6604 --- /dev/null +++ b/sql/updates/2346_world.sql @@ -0,0 +1,2 @@ +DELETE FROM `command` WHERE `name` LIKE "ahbotoption %"; +DELETE FROM `command` WHERE `name` LIKE "ahbotoptions %"; |