mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-27 22:16:11 +00:00
feat(Scripts/Commands): Implement npc/gameobject load commands (#24644)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
5
data/sql/updates/pending_db_world/rev_1738958242619.sql
Normal file
5
data/sql/updates/pending_db_world/rev_1738958242619.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `command` WHERE `name` IN ('npc load', 'gobject load');
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||
('npc load', 3, 'Syntax: .npc load #spawnId\nLoad a creature spawn from the database into the world by its GUID.'),
|
||||
('gobject load', 3, 'Syntax: .gobject load #spawnId\nLoad a gameobject spawn from the database into the world by its GUID.');
|
||||
Reference in New Issue
Block a user