Added reload command for spell_linked_spell DB table

--HG--
branch : trunk
This commit is contained in:
mknjc
2009-04-05 12:46:52 +02:00
parent 5fb720d117
commit 813a832b11
4 changed files with 14 additions and 0 deletions

View File

@@ -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.'),