aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authormknjc <none@none>2009-04-05 12:46:52 +0200
committermknjc <none@none>2009-04-05 12:46:52 +0200
commit813a832b110a4ff04df36d1c4a2ae63b4c2edf10 (patch)
treebb25173f84e481d2a99cfde9fa1e72b69ba35fa2 /sql
parent5fb720d117a255fa4f099cc23b78b1bf30de46c9 (diff)
Added reload command for spell_linked_spell DB table
--HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/1304_world.sql3
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.'),