diff options
author | mknjc <none@none> | 2009-04-07 00:01:28 +0200 |
---|---|---|
committer | mknjc <none@none> | 2009-04-07 00:01:28 +0200 |
commit | 600fe8b9ac1947d78118b5619cd8ed58ea7716b9 (patch) | |
tree | e5304f09fac741e9ee36e11863945443b3fa2107 | |
parent | 24cd89ea9ac1c818f5450471dc7390c41ad2aa73 (diff) |
Fixed SQL file
--HG--
branch : trunk
-rw-r--r-- | sql/updates/1304_world.sql | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/updates/1304_world.sql b/sql/updates/1304_world.sql index 52663b214f3..9eff09829dc 100644 --- a/sql/updates/1304_world.sql +++ b/sql/updates/1304_world.sql @@ -1,3 +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.'), +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.');
\ No newline at end of file |