mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
5 lines
462 B
SQL
5 lines
462 B
SQL
DELETE FROM command WHERE name IN ('pdump write','pdump load');
|
|
|
|
INSERT INTO command VALUES
|
|
('pdump write',3,'Syntax is: pdump write $filename $playerNameOrGUID\r\nWrite character dump with name/guid $playerNameOrGUID to file $filename.'),
|
|
('pdump load',3,'Syntax is: pdump load $filename $account [$newname] [$newguid]\r\nLoad character dump from dump file into character list of $account with saved or $newname, with saved (or first free) or $newguid guid.');
|