mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 07:06:23 +00:00
fix(Scripts/Commands): Ticket response (#19406)
* fix(Scripts/Commands): Ticket response * closes https://github.com/azerothcore/azerothcore-wotlk/issues/19390 * Implements two new commands * ticket response delete - Delete a ticket response * ticket response show - Show current ticket response * this better * English? * bette rlogic * Update cs_ticket.cpp
This commit is contained in:
@@ -1070,6 +1070,8 @@ enum AcoreStrings
|
||||
LANG_COMMAND_TICKETRESET = 2028,
|
||||
LANG_COMMAND_TICKETLISTRESPONSE = 2029,
|
||||
LANG_COMMAND_TICKETCOMPLETED = 2030,
|
||||
LANG_COMMAND_TICKETRESPONSEAPPENDED = 2031,
|
||||
LANG_COMMAND_TICKETRESPONSEDELETED = 2032,
|
||||
|
||||
// acore strings 5000-9999
|
||||
LANG_COMMAND_FREEZE = 5000,
|
||||
|
||||
Reference in New Issue
Block a user