Core/ChatCommands: Add trinity_string support for chat command help

(cherry picked from commit 26c510775c)
This commit is contained in:
Treeston
2020-09-21 02:37:18 +02:00
committed by Shauren
parent 106c9b7541
commit 5e013a9996
6 changed files with 57 additions and 14 deletions

View File

@@ -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.');