From 605c3a4f1ffc323915849ca528e599e32606d504 Mon Sep 17 00:00:00 2001 From: Anubisss Date: Thu, 10 Jun 2010 23:52:05 +0200 Subject: Add a missing SQL from reload conditions. --HG-- branch : trunk --- sql/updates/8575_world_command.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/8575_world_command.sql (limited to 'sql') diff --git a/sql/updates/8575_world_command.sql b/sql/updates/8575_world_command.sql new file mode 100644 index 00000000000..8175ad3d453 --- /dev/null +++ b/sql/updates/8575_world_command.sql @@ -0,0 +1,2 @@ +DELETE FROM command WHERE name = 'reload conditions'; +INSERT INTO command (name, security, help) VALUES ('reload conditions', 3, 'Reload conditions table.'); -- cgit v1.2.3