feat(Scripts/Commands): Add guild ranks display to guild info command (#22380)

This commit is contained in:
Kitzunu
2025-06-29 21:02:55 +02:00
committed by GitHub
parent 563ef5d7d9
commit ae28b35f2c
3 changed files with 23 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
--
DELETE FROM `acore_string` WHERE `entry` IN (1184,1185);
INSERT INTO `acore_string` (`entry`, `content_default`) VALUES
(1184, '| Guild Ranks:'),
(1185, '| {} - {}');