Core/Misc: Small fixes after recent pulls

This commit is contained in:
root
2011-10-07 20:07:07 +03:00
parent f130ca8d0a
commit 8a0e7537b5
3 changed files with 0 additions and 7 deletions

View File

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

View File

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