chore(DB): import pending files

Referenced commit(s): fa9574a8e2
This commit is contained in:
github-actions[bot]
2025-11-17 21:49:29 +00:00
parent fa9574a8e2
commit e5469bb3a3

View File

@@ -0,0 +1,10 @@
-- DB update 2025_11_17_03 -> 2025_11_17_04
--
DELETE FROM `acore_string` WHERE `entry` IN (5088, 5089);
INSERT INTO `acore_string` (`entry`, `content_default`) VALUES
(5088, 'Quest: {} ({}) \nStatus: {}'),
(5089, 'Quest can\'t be taken!');
DELETE FROM `command` WHERE `name` = 'quest status';
INSERT INTO `command` (`name`, `security`, `help`) VALUES
('quest status', 2, 'Syntax: .quest status $id [$name]. Displays the selected player\'s status for the specified quest.');