mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2026-03-13 10:11:03 -07:00
feat(Script/Command): Add AccountFlag pinfo output (#22548)
This commit is contained in:
parent
e66f763a9c
commit
60643ce5e7
4 changed files with 64 additions and 2 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
DELETE FROM `acore_string` WHERE `entry` = 179;
|
||||
INSERT INTO `acore_string` (`entry`, `content_default`) VALUES
|
||||
(179, '| AccountFlags:');
|
||||
Loading…
Add table
Add a link
Reference in a new issue