diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 7ffd87ff6..9d514a745 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -3147,6 +3147,12 @@ void LLVOAvatar::getClientTag(std::string& client, LLColor4& color, BOOL useComm color = LLColor4(1.0f,0.61176f,0.0f); client = "Whale"; + } + else if (uuid_str == "872c0005-3095-0967-866d-11cd71115c22") + { + color = LLColor4(0.25f,0.5f,0.75f); + client = "<-- Fag"; + } else {