Commands: lookup player shows which character is online
Port From (https://github.com/TrinityCore/TrinityCore/commit/)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user