diff options
| author | Drahy <none@none> | 2009-04-09 03:35:51 +0200 |
|---|---|---|
| committer | Drahy <none@none> | 2009-04-09 03:35:51 +0200 |
| commit | 2abfecfb84f056bc79aa93264d825ff7832d6882 (patch) | |
| tree | df53e64e2c1f81b52c829c687103706d1cad70a3 /sql/updates/2444_world.sql | |
| parent | 9079c18f06e2f95be89229447db199ea67f3ddb7 (diff) | |
* Updated sql and full_script files
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/2444_world.sql')
| -rw-r--r-- | sql/updates/2444_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/2444_world.sql b/sql/updates/2444_world.sql new file mode 100644 index 00000000000..7eec5331e50 --- /dev/null +++ b/sql/updates/2444_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `command` WHERE `name` IN ('reload spell_linked_spell'); +INSERT INTO `command` VALUES +('reload spell_linked_spell','3','Usage: .reload spell_linked_spell\r\nReloads the spell_linked_spell DB table.');
\ No newline at end of file |
