aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQAston <qaston@gmail.com>2011-08-21 12:59:45 +0200
committerQAston <qaston@gmail.com>2011-08-21 13:01:36 +0200
commit0a7c622305179c91179c42a710ce260a0e4170b2 (patch)
treeb647b7797949c5258e49457c026ee1beb5c4e384
parent5f6c6d392582b18dbe183d774665475ab7957bf5 (diff)
Db: remove command no longer present in scripts - thanks Whiroph.
-rw-r--r--sql/updates/world/2011_08_21_01_world_command.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_08_21_01_world_command.sql b/sql/updates/world/2011_08_21_01_world_command.sql
new file mode 100644
index 00000000000..0d814210871
--- /dev/null
+++ b/sql/updates/world/2011_08_21_01_world_command.sql
@@ -0,0 +1 @@
+DELETE FROM `command` WHERE `name` = 'go xy';