diff options
| author | Blaymoira <none@none> | 2009-01-18 11:17:12 +0100 |
|---|---|---|
| committer | Blaymoira <none@none> | 2009-01-18 11:17:12 +0100 |
| commit | 1c61274f48a4b355f87caf46186e2f74ee51f375 (patch) | |
| tree | 06101ae54892c7502e1ae7baaca2a79942b32477 /sql/updates/884_world.sql | |
| parent | 1edf80dec94ea32c49bb8880cf628ce0bfe21930 (diff) | |
*Fixed incorrect commands - by Zor
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/884_world.sql')
| -rw-r--r-- | sql/updates/884_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/884_world.sql b/sql/updates/884_world.sql new file mode 100644 index 00000000000..fd3ead62313 --- /dev/null +++ b/sql/updates/884_world.sql @@ -0,0 +1,4 @@ +delete from command where name in ('gobject tempadd','npc tempadd'); +insert into command (name, security, help) values +('gobject addtemp','2','Adds a temporary gameobject that is not saved to DB.'), +('npc addtemp','2','Adds temporary NPC, not saved to database.'); |
