From a0056951f7e425341760ebf3a7770477ef7f4446 Mon Sep 17 00:00:00 2001 From: TheWinchesters <40777754+TheWinchesters@users.noreply.github.com> Date: Fri, 15 Feb 2019 16:18:58 -0300 Subject: [3.3.5] Commands: lookup player shows which character is online (#23039) * Show 'online' for every online player in lookup player commands --- sql/updates/world/3.3.5/2019_02_15_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_02_15_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2019_02_15_00_world.sql b/sql/updates/world/3.3.5/2019_02_15_00_world.sql new file mode 100644 index 00000000000..40d3cd36168 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_02_15_00_world.sql @@ -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 (GUID %u) %s' WHERE (`entry` = '329'); -- cgit v1.2.3