Commands: lookup player shows which character is online

Port From (https://github.com/TrinityCore/TrinityCore/commit/)
This commit is contained in:
hondacrx
2021-11-23 22:39:20 -05:00
parent 8e89c8b6be
commit ba72792783
2 changed files with 6 additions and 1 deletions
@@ -0,0 +1,4 @@
-- Show if player is online in lookup player commands
DELETE FROM `trinity_string` WHERE `entry` = '48';
INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES ('48', '(online)');
UPDATE `trinity_string` SET `content_default` = ' %s (%s) %s' WHERE (`entry` = '329');