feat(Core/Commands): GM command to display strings (#6268)

- Implements a new GM command to display strings from the acore_string table
- Syntax: .string #id [#locale]
- Closes https://github.com/azerothcore/azerothcore-wotlk/issues/1052
This commit is contained in:
buddiman
2021-06-18 17:09:52 +02:00
committed by GitHub
parent 848bb0891b
commit 8e9643c3b0
3 changed files with 48 additions and 1 deletions

View File

@@ -1195,6 +1195,9 @@ enum AcoreStrings
LANG_GM_SILENCE = 6616, // "Silence is ON for %s" - Spell 1852
// Used for .string command
LANG_NO_ACORE_STRING_FOUND = 6617,
LANG_WORLD_CLOSED = 7523,
LANG_WORLD_OPENED = 7524,