mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
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:
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.');
|
||||
Reference in New Issue
Block a user