mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 21:57:01 +01:00
Core/Misc: Small fixes after recent pulls
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
DELETE FROM `trinity_string` WHERE `entry` IN(2027,2028);
|
||||
INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES
|
||||
('2027', 'There are pending open tickets, please close them first!'),
|
||||
('2028', 'All closed tickets were deleted and counter is reseted to |cffff00ff 1|r');
|
||||
@@ -1,3 +0,0 @@
|
||||
DELETE FROM `command` WHERE `name` = 'ticket reset';
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||
('ticket reset', 3, 'Syntax: .ticket reset\nRemoves all closed tickets and resets the counter, if no pending open tickets are existing.');
|
||||
Reference in New Issue
Block a user