diff --git a/code/ryzom/client/src/interface_v3/action_handler_item.cpp b/code/ryzom/client/src/interface_v3/action_handler_item.cpp index 26a49d644..2b89061c4 100644 --- a/code/ryzom/client/src/interface_v3/action_handler_item.cpp +++ b/code/ryzom/client/src/interface_v3/action_handler_item.cpp @@ -313,7 +313,7 @@ void CInterfaceItemEdition::CItemEditionWindow::begin() pGH->browse(text.substr(4, text.size()-4).toString().c_str()); text = localDesc; } - else if (text.size() > 4 && text[0]=='@' && text[1]=='L' && text[2]=='U' && text[3]=='A') + else if (text.size() > 3 && text[0]=='@' && text[1]=='L' && text[2]=='U' && text[3]=='A') { string code = text.substr(4, text.size()-4).toString(); if (!code.empty())