mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
10
data/sql/updates/db_world/2025_11_17_04.sql
Normal file
10
data/sql/updates/db_world/2025_11_17_04.sql
Normal 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.');
|
||||
Reference in New Issue
Block a user