Update comment and log

This commit is contained in:
David Markowitz
2025-09-28 21:40:47 -07:00
parent 151d05e853
commit 650e8e746d
2 changed files with 1 additions and 2 deletions

View File

@@ -579,7 +579,7 @@ LWOOBJID Item::GenerateID() {
GeneralUtils::SetBit(id, eObjectBits::CLIENT);
}
LOG("Parent %i lot %u Generated id %u:%llu", parent, GetLot(), static_cast<uint32_t>(id), id);
LOG("Parent %llu lot %u Generated id %u:%llu", parent, GetLot(), static_cast<uint32_t>(id), id);
const auto type = static_cast<eItemType>(info->itemType);
if (type == eItemType::MOUNT) {