Core/Commands: Add missing message for .ticket complete (#79)
Do not allow the completion of a ticket with or without response if the handler isn't the assignee Let players know when their ticket has been closed or they received a response.
This commit is contained in:
parent
e2daeebd98
commit
47dfb6c526
3 changed files with 26 additions and 14 deletions
3
data/sql/updates/world/2016_08_13_01.sql
Normal file
3
data/sql/updates/world/2016_08_13_01.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES
|
||||
(1334, 'Your ticket has been closed.'),
|
||||
(1335, 'You received a ticket response.');
|
||||
Loading…
Add table
Add a link
Reference in a new issue