chore(DB): import pending files

Referenced commit(s): 39ea396113
This commit is contained in:
github-actions[bot]
2024-01-07 16:59:14 +00:00
parent 39ea396113
commit cee2ac8089

View File

@@ -0,0 +1,9 @@
-- DB update 2024_01_07_02 -> 2024_01_07_03
--
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!');