feat(Scripts/Commands): Add guild ranks display to guild info command (#22380)
This commit is contained in:
parent
563ef5d7d9
commit
ae28b35f2c
3 changed files with 23 additions and 2 deletions
|
|
@ -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, '| {} - {}');
|
||||
Loading…
Add table
Add a link
Reference in a new issue