chore(DB): import pending files

Referenced commit(s): 2b563fc0e4
This commit is contained in:
github-actions[bot]
2026-02-08 11:37:44 +00:00
parent 2b563fc0e4
commit c883eb578a

View File

@@ -0,0 +1,6 @@
-- DB update 2026_02_08_00 -> 2026_02_08_01
--
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.');