mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 08:28:57 +01:00
Core/ChatCommands: Add trinity_string support for chat command help
(cherry picked from commit 26c510775c)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
--
|
||||
DELETE FROM `command` WHERE `name` IN ('achievement','achievement add');
|
||||
DELETE FROM `trinity_string` WHERE `entry`=365;
|
||||
INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES
|
||||
(365, '### USAGE: .achievement add <achievement>
|
||||
Add an achievement, specified by ID or link, to the targeted player.');
|
||||
Reference in New Issue
Block a user