chore: handle addItem of /Lotus/Types/Items/Emotes/** based on path #2116

Merged
Sainan merged 1 commits from gen-emotes into main 2025-06-06 16:29:26 -07:00

View File

@ -791,6 +791,12 @@ export const addItem = async (
}
break;
}
case "Items": {
if (typeName.substr(1).split("/")[3] == "Emotes") {
return addCustomization(inventory, typeName);
}
break;
}
case "NeutralCreatures": {
if (inventory.Horses.length != 0) {
logger.warn("refusing to add Horse because account already has one");