From 178fd97bd097aee3b7958dce586e916bd29ac751 Mon Sep 17 00:00:00 2001
From: Teravus Ovares
Date: Fri, 23 Jan 2009 00:08:35 +0000
Subject: * Fixing a group title

---
 OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index a960fc5..8257508 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -2504,7 +2504,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
             objupdate.ObjectData[0].FullID = avatarID;
             objupdate.ObjectData[0].ParentID = parentID;
             objupdate.ObjectData[0].NameValue =
-                Utils.StringToBytes("FirstName STRING RW SV " + firstName + "\nLastName STRING RW SV " + lastName + "\nTitle STRING RW SV I�<3�OpenSimulator�" + grouptitle);
+                Utils.StringToBytes("FirstName STRING RW SV " + firstName + "\nLastName STRING RW SV " + lastName + "\nTitle STRING RW SV " + grouptitle);
 
             Vector3 pos2 = new Vector3(Pos.X, Pos.Y, Pos.Z);
             byte[] pb = pos2.GetBytes();
-- 
cgit v1.1