mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-30 17:13:47 +00:00
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:
@@ -0,0 +1,7 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1623112710636791400');
|
||||
|
||||
DELETE FROM `acore_string` WHERE `entry` = 6617;
|
||||
INSERT INTO `acore_string` VALUES (6617, 'No acore_string for id: %i found.', null, null, 'Es wurde kein acore_string mit der id: %i gefunden.', null, null, null, null, null);
|
||||
|
||||
DELETE FROM `command` WHERE `name` = 'string';
|
||||
INSERT INTO `command` VALUES ('string', 2, 'Syntax: .string #id [#locale]');
|
||||
Reference in New Issue
Block a user