aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2021_11_23_17_world_2019_02_15_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_23_17_world_2019_02_15_00_world.sql b/sql/updates/world/master/2021_11_23_17_world_2019_02_15_00_world.sql
new file mode 100644
index 00000000000..24808a66419
--- /dev/null
+++ b/sql/updates/world/master/2021_11_23_17_world_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 (%s) %s' WHERE (`entry` = '329');