mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-16 00:36:07 +00:00
9
data/sql/updates/db_world/2026_01_01_00.sql
Normal file
9
data/sql/updates/db_world/2026_01_01_00.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- DB update 2025_12_31_01 -> 2026_01_01_00
|
||||
--
|
||||
DELETE FROM `acore_string` WHERE `entry` = 603;
|
||||
INSERT INTO `acore_string` (`entry`, `content_default`) VALUES
|
||||
(603, 'Do Action performed on [GUID: {}, entry: {}, name: {}] Action: {}');
|
||||
|
||||
DELETE FROM `command` WHERE `name` = 'npc do';
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||
('npc do', 3, 'Syntax: .npc do $action\nRequests the NPC to perform DoAction with the specified ActionID. Used for testing scripts.');
|
||||
Reference in New Issue
Block a user