diff options
author | megamage <none@none> | 2009-04-05 17:10:59 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-04-05 17:10:59 -0500 |
commit | 508a57313c1b99aaf4185390e55eeb4becdae940 (patch) | |
tree | 4492bdd07b5da9813293b5cda95a36ff58042b16 /sql | |
parent | 2148e25362fe7140569caf860cc787e014cc39b1 (diff) | |
parent | fef43ddbe7c498be7d154926a88f09c2534f8d48 (diff) |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/1304_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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.'), |