diff options
author | Soft Linden <soft@lindenlab.com> | 2010-01-22 10:25:23 -0600 |
---|---|---|
committer | Soft Linden <soft@lindenlab.com> | 2010-01-22 10:25:23 -0600 |
commit | 84dfa02baf4aff336ec467acbe647618e9b4b21a (patch) | |
tree | e7f710729a0aa0c15d2fde0e8f18fc53d3b7e3a6 /indra | |
parent | bc0ed2a02b42ae485b2f7a08f6ec3a0c1ab85778 (diff) |
DEV-1195 SVC-580: ATTACH_LPEC / ATTACH_RPEC reversed
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/app_settings/keywords.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/app_settings/keywords.ini b/indra/newview/app_settings/keywords.ini index 14025c8061..0805e94b10 100644 --- a/indra/newview/app_settings/keywords.ini +++ b/indra/newview/app_settings/keywords.ini @@ -268,8 +268,8 @@ ATTACH_LHIP Passed to llAttachToAvatar to attach task to left hip ATTACH_LULEG Passed to llAttachToAvatar to attach task to left upper leg ATTACH_LLLEG Passed to llAttachToAvatar to attach task to left lower leg ATTACH_BELLY Passed to llAttachToAvatar to attach task to belly -ATTACH_RPEC Passed to llAttachToAvatar to attach task to right pectoral -ATTACH_LPEC Passed to llAttachToAvatar to attach task to left pectoral +ATTACH_LEFT_PEC Passed to llAttachToAvatar to attach task to left pectoral +ATTACH_RIGHT_PEC Passed to llAttachToAvatar to attach task to right pectoral LAND_LEVEL Passed to llModifyLand to level terrain LAND_RAISE Passed to llModifyLand to raise terrain |