|
|
@ -1620,6 +1620,7 @@ NLMISC_COMMAND(createNamedItemInBag, "create a named item in bag", "<eId> <item>
|
|
|
|
quantity = 1;
|
|
|
|
quantity = 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TLogNoContext_Item noLog;
|
|
|
|
CGameItemPtr item = CNamedItems::getInstance().createNamedItem(args[1], quantity);
|
|
|
|
CGameItemPtr item = CNamedItems::getInstance().createNamedItem(args[1], quantity);
|
|
|
|
if (item == NULL)
|
|
|
|
if (item == NULL)
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -8762,4 +8763,4 @@ NLMISC_COMMAND(setSimplePhrase, "Set an IOS phrase", "<id> <phrase> [<language c
|
|
|
|
msgout.serial(lang);
|
|
|
|
msgout.serial(lang);
|
|
|
|
sendMessageViaMirror("IOS", msgout);
|
|
|
|
sendMessageViaMirror("IOS", msgout);
|
|
|
|
return true;
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
}
|
|
|
|