diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-02-07 14:13:57 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-02-07 14:13:57 -0800 |
commit | fa46459cdb6d63fea6a76d8c11eee5503edf5bb1 (patch) | |
tree | e7d969b2e8c4829e28fdceb844e57ee29fed874c /indra/newview/llpathfindingcharacter.cpp | |
parent | cdcbc4c026f43c4a19b509e5d8754fc54da9c2f6 (diff) |
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.
Diffstat (limited to 'indra/newview/llpathfindingcharacter.cpp')
-rw-r--r-- | indra/newview/llpathfindingcharacter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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"
//---------------------------------------------------------------------------
|