From 813a832b110a4ff04df36d1c4a2ae63b4c2edf10 Mon Sep 17 00:00:00 2001 From: mknjc Date: Sun, 5 Apr 2009 12:46:52 +0200 Subject: Added reload command for spell_linked_spell DB table --HG-- branch : trunk --- sql/updates/1304_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/1304_world.sql (limited to 'sql') diff --git a/sql/updates/1304_world.sql b/sql/updates/1304_world.sql new file mode 100644 index 00000000000..52663b214f3 --- /dev/null +++ b/sql/updates/1304_world.sql @@ -0,0 +1,3 @@ +delete from command where name in ('reload spell_linked_spell'); +insert into command (name, security, help) values +('reload spell_linked_spell','3','Usage: .reload spell_linked_spell\r\nReloads the spell_linked_spell DB table.'), -- cgit v1.2.3