mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
feat(Scripts/Commands): Implement gameobject respawn command (#18129)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
--
|
||||
DELETE FROM `command` WHERE `name` = 'gobject respawn';
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||
('gobject respawn', 1, 'Syntax: .gobject respawn #guid./nRespawns the target gameobject.');
|
||||
|
||||
DELETE FROM `acore_string` WHERE `entry` = 5085;
|
||||
INSERT INTO `acore_string` (`entry`, `content_default`) VALUES
|
||||
(5085, 'Object %s (entry :%u guid: %u) respawned!');
|
||||
Reference in New Issue
Block a user