aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXTZGZoReX <none@none>2009-03-25 16:18:18 +0100
committerXTZGZoReX <none@none>2009-03-25 16:18:18 +0100
commitd76578219ff556c604ea20e7328d952e07a709af (patch)
tree872f6a0a0e9e417bcc0beb4f2a24331603df90f8
parent104a67d59a85899fe25b548443d72e8580d97df2 (diff)
* Fixed some lines in 2131_world.sql.
--HG-- branch : trunk
-rw-r--r--sql/updates/2131_world.sql28
1 files changed, 14 insertions, 14 deletions
diff --git a/sql/updates/2131_world.sql b/sql/updates/2131_world.sql
index 76fb0b69c52..0eec3a3d468 100644
--- a/sql/updates/2131_world.sql
+++ b/sql/updates/2131_world.sql
@@ -1,4 +1,4 @@
-DELETE FROM `command` WHERE `name` IN ('server difftime', 'npc tempadd', 'gobject tempadd', '');
+DELETE FROM `command` WHERE `name` IN ('server difftime', 'npc tempadd', 'gobject tempadd', 'gobject addtemp', 'npc addtemp');
INSERT INTO `command` VALUES
('gobject tempadd','2','Adds a temporary gameobject that is not saved to DB.'),
('npc tempadd','2','Adds temporary NPC, not saved to database.');
@@ -7,16 +7,16 @@ DELETE FROM `command` WHERE `name` IN ('reload tickets');
DELETE FROM `command` WHERE `name` LIKE "path%";
DELETE FROM `command` WHERE `name` LIKE "wp%";
INSERT INTO `command` VALUES
-('wp load',2,'Syntax: .path load $pathid\nLoad pathid number for selected creature. Creature must have no waypoint data.'),
-('wp event',2,'Syntax: .path event $subcommand\nType .path event to see the list of possible subcommands or .help path event $subcommand to see info on subcommands.'),
-('wp event add',2,'Syntax: .path event add $subcommand\nAdd new waypoint action in DB.'),
-('wp event mod',2,'Syntax: .path mod $eventid $parameter $parameter_value\nModify parameter value for specified eventid.\nPossible parameters: pos_x, pos_y, pos_z, command, datalong, datalon2, dataint.'),
-('wp event listid',2,'Syntax: .path event listid $eventid\nShows specified eventid info.'),
-('wp unload',2,'Syntax: .path unload\nUnload path for selected creature.'),
-('wp show',2,'Syntax: .path show $option\nOptions:\non $pathid (or selected creature with loaded path) - Show path\noff - Hide path\ninfo $slected_waypoint - Show info for selected waypoint.'),
-('wp mod ',2,'Syntax: .path mod\nType .path mod to see the list of possible subcommands or .help path mod $subcommand to see info on subcommands.'),
-('wp mod del',2,'Syntax: .path mod del\nDelete selected waypoint.'),
-('wp mod move',2,'Syntax: .path mod move\nChange selected waypoint coordinates to your position.'),
-('wp mod move_flag',2,'Syntax: .path mod move_flag\nSet move/run flag.'),
-('wp mod action',2,'Syntax: .path mod action\nAssign action (waypoint script id) to selected waypoint.'),
-('wp mod action_chance',2,'Syntax: .path mod action_chance\nAssign chance.'); \ No newline at end of file
+('wp load',2,'Syntax: .wp load $pathid\nLoad pathid number for selected creature. Creature must have no waypoint data.'),
+('wp event',2,'Syntax: .wp event $subcommand\nType .path event to see the list of possible subcommands or .help path event $subcommand to see info on subcommands.'),
+('wp event add',2,'Syntax: .wp event add $subcommand\nAdd new waypoint action in DB.'),
+('wp event mod',2,'Syntax: .wp mod $eventid $parameter $parameter_value\nModify parameter value for specified eventid.\nPossible parameters: pos_x, pos_y, pos_z, command, datalong, datalon2, dataint.'),
+('wp event listid',2,'Syntax: .wp event listid $eventid\nShows specified eventid info.'),
+('wp unload',2,'Syntax: .wp unload\nUnload path for selected creature.'),
+('wp show',2,'Syntax: .wp show $option\nOptions:\non $pathid (or selected creature with loaded path) - Show path\noff - Hide path\ninfo $slected_waypoint - Show info for selected waypoint.'),
+('wp mod ',2,'Syntax: .wp mod\nType .path mod to see the list of possible subcommands or .help path mod $subcommand to see info on subcommands.'),
+('wp mod del',2,'Syntax: .wp mod del\nDelete selected waypoint.'),
+('wp mod move',2,'Syntax: .wp mod move\nChange selected waypoint coordinates to your position.'),
+('wp mod move_flag',2,'Syntax: .wp mod move_flag\nSet move/run flag.'),
+('wp mod action',2,'Syntax: .wp mod action\nAssign action (waypoint script id) to selected waypoint.'),
+('wp mod action_chance',2,'Syntax: .wp mod action_chance\nAssign chance.'); \ No newline at end of file