diff options
author | Anchor Linden <anchor@lindenlab.com> | 2018-06-08 20:36:49 +0530 |
---|---|---|
committer | Anchor Linden <anchor@lindenlab.com> | 2018-06-08 20:36:49 +0530 |
commit | 56fc3222dce79d3b52d7e234dcb929f08bfda031 (patch) | |
tree | a52d4dc5bcfdbde9c1e794dfc9aacdcc17f9298d /indra/newview/llwearableitemslist.cpp | |
parent | 6e1cbd04b43ad779afcd562cdaefe8a8c179ed06 (diff) |
[DRTVWR-476] - create new wearable type
Diffstat (limited to 'indra/newview/llwearableitemslist.cpp')
-rw-r--r-- | indra/newview/llwearableitemslist.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llwearableitemslist.cpp b/indra/newview/llwearableitemslist.cpp index ee2270c323..e7bbee5efd 100644 --- a/indra/newview/llwearableitemslist.cpp +++ b/indra/newview/llwearableitemslist.cpp @@ -455,6 +455,7 @@ clothing_to_string_map_t init_clothing_string_map() w_map.insert(std::make_pair(LLWearableType::WT_SKIRT, "skirt_not_worn")); w_map.insert(std::make_pair(LLWearableType::WT_ALPHA, "alpha_not_worn")); w_map.insert(std::make_pair(LLWearableType::WT_TATTOO, "tattoo_not_worn")); + w_map.insert(std::make_pair(LLWearableType::WT_UNIVERSAL, "universal_not_worn")); w_map.insert(std::make_pair(LLWearableType::WT_PHYSICS, "physics_not_worn")); return w_map; } |