mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
If no creature is selected, old behavior is used (respawn everything). Thanks Seline for the diff. Signed-off-by: freghar <compmancz@gmail.com> (cherry picked from commit 6bbdffac9acb9c02a74be632b35a90f0bda3ccb0) Signed-off-by: VladimirMangos <vladimir@getmangos.com> Some changes in creature targeting and work in case alive target. Help data updated. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
4 lines
242 B
SQL
4 lines
242 B
SQL
DELETE FROM command WHERE name IN ('respawn');
|
|
|
|
INSERT INTO command VALUES
|
|
('respawn',3,'Syntax: .respawn\r\n\r\nRespawn selected creature or respawn all nearest creatures (if none selected) and GO without waiting respawn time expiration.');
|