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 | |
| parent | 1edf80dec94ea32c49bb8880cf628ce0bfe21930 (diff) | |
*Fixed incorrect commands - by Zor
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/785_world.sql | 6 | ||||
| -rw-r--r-- | sql/updates/884_world.sql | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sql/updates/785_world.sql b/sql/updates/785_world.sql index 39b85c3871a..747b179f02b 100644 --- a/sql/updates/785_world.sql +++ b/sql/updates/785_world.sql @@ -1,4 +1,4 @@ -delete from command where name in ('gobject tempadd', 'npc tempadd'); +delete from command where name in ('gobject addtemp', 'npc addtemp'); insert into command (name, security, help) values -('gobject tempadd','2','Adds a temporary gameobject that is not saved to DB.'), -('npc tempadd','2','Adds temporary NPC, not saved to database.');
\ No newline at end of file +('gobject addtemp','2','Adds a temporary gameobject that is not saved to DB.'), +('npc addtemp','2','Adds temporary NPC, not saved to database.'); 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.'); |
