feat(Scripts/Commands): show level on character deleted list, show characters from most recent (#25791)

This commit is contained in:
Stefano Borzì
2026-05-10 16:47:21 +02:00
committed by GitHub
parent 40a52c885e
commit a9571bcc56
3 changed files with 19 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
--
-- Show character level in `.character deleted list` output
--
DELETE FROM `acore_string` WHERE `entry` IN (1016, 1017, 1018, 1026);
INSERT INTO `acore_string` (`entry`, `content_default`, `locale_koKR`, `locale_frFR`, `locale_deDE`, `locale_zhCN`, `locale_zhTW`, `locale_esES`, `locale_esMX`, `locale_ruRU`) VALUES
(1016, '| GUID | Name | Level | Account | Delete Date |', NULL, NULL, '| GUID | Name | Level | Account | gelöscht am |', '| 唯一标识符 | 名称 | 等级 | 账号 | 删除日期 |', NULL, NULL, NULL, NULL),
(1017, '| {} | {} | {} | {} ({}) | {} |', NULL, NULL, '| {} | {} | {} | {} ({}) | {} |', '| {} | {} | {} | {} ({}) | {} |', NULL, NULL, NULL, NULL),
(1018, '==================================================================================================', NULL, NULL, '==================================================================================================', '错误510', NULL, NULL, NULL, NULL),
(1026, 'GUID: {} Name: {} Level: {} Account: {} ({}) Date: {}', NULL, NULL, 'GUID: {} Name: {} Level: {} Account: {} ({}) Datum: {}', '唯一标识符: {} 名称: {} 等级: {} 账号: {} ({}) 时间: {}', NULL, NULL, NULL, NULL);