mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 19:37:04 +00:00
Imported MaNGOS revision 6767 from http://mangos.svn.sourceforge.net/svnroot/mangos/trunk/
This commit is contained in:
parent
d767495d5b
commit
800ee76535
3322 changed files with 903437 additions and 0 deletions
10
sql/updates/5861_mangos_command.sql
Normal file
10
sql/updates/5861_mangos_command.sql
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
DELETE FROM `command` WHERE `name` = 'wp import';
|
||||
DELETE FROM `command` WHERE `name` = 'wp export';
|
||||
|
||||
INSERT INTO `command` (`name`,`security`,`help`) VALUES
|
||||
('wp import',3,'Syntax: .wp import $filename');
|
||||
|
||||
INSERT INTO `command` (`name`,`security`,`help`) VALUES
|
||||
('wp export',3,'Syntax: .wp export [#creature_guid or Select a Creature] $filename');
|
||||
|
||||
UPDATE `command` SET `help` = 'Syntax: .wp modify [#creature_guid or Select a Creature]\r\nadd - Add a waypoint after the selected visual\r\nwaittime $time\r\nemote ID\r\nspell ID\r\ntext1| text2| text3| text4| text5 <text>\r\nmodel1 ID\r\nmodel2 ID\r\nmove(moves wp to player pos)\r\ndel (deletes the wp)\r\n\r\nOnly one parameter per time!' WHERE `name` = 'wp modify';
|
||||
Loading…
Add table
Add a link
Reference in a new issue