From fa46459cdb6d63fea6a76d8c11eee5503edf5bb1 Mon Sep 17 00:00:00 2001
From: Todd Stinson <stinson@lindenlab.com>
Date: Tue, 7 Feb 2012 14:13:57 -0800
Subject: PATH-245: Hooking the characters floater up to the character service.
  Also, adding in an additional state to handle the floater when the service
 does not exist.

---
 indra/newview/llpathfindingcharacter.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'indra/newview/llpathfindingcharacter.cpp')

diff --git a/indra/newview/llpathfindingcharacter.cpp b/indra/newview/llpathfindingcharacter.cpp
index efbb3606e1..99e23c546f 100644
--- a/indra/newview/llpathfindingcharacter.cpp
+++ b/indra/newview/llpathfindingcharacter.cpp
@@ -33,8 +33,8 @@
 
 #define CHARACTER_NAME_FIELD          "name"
 #define CHARACTER_DESCRIPTION_FIELD   "description"
-#define CHARACTER_OWNER_FIELD         "description"
-#define CHARACTER_CPU_TIME_FIELD      "landimpact"
+#define CHARACTER_OWNER_FIELD         "owner"
+#define CHARACTER_CPU_TIME_FIELD      "cpu_time"
 #define CHARACTER_POSITION_FIELD      "position"
 
 //---------------------------------------------------------------------------
-- 
cgit v1.2.3