mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
* properly name the sql update for rev 870.
--HG-- branch : trunk
This commit is contained in:
@@ -26,10 +26,6 @@ INSERT INTO trinity_string (`entry`, `content_default`, `content_loc1`, `content
|
||||
(2022, '\n|cff00ff00Message|r: \"%s\"|r ', '', '', '', '', '', '', '', ''),
|
||||
(2023, '\n|cff00ff00Comment|r: \"%s\"|r ', '', '', '', '', '', '', '', ''),
|
||||
(2024, '\n|cff00ccff%s|r |cff00ff00Added comment|r: \"%s\"|r ', '', '', '', '', '', '', '', '');
|
||||
-- (2025, '', '', '', '', '', '', '', '', '')
|
||||
-- (2026, '', '', '', '', '', '', '', '', '')
|
||||
-- (2027, '', '', '', '', '', '', '', '', '')
|
||||
-- (2028, '', '', '', '', '', '', '', '', '')
|
||||
-- (2029, '', '', '', '', '', '', '', '', '')
|
||||
|
||||
DELETE FROM `command` WHERE (`name` LIKE '%ticket closedlist%');
|
||||
INSERT INTO `command` (`name`,`security`,`help`) VALUES ('.ticket closedlist','1','Displays a list of closed GM tickets.');
|
||||
Reference in New Issue
Block a user