diff --git a/L2BotDll/Versions/Interlude/Factories/ItemFactory.h b/L2BotDll/Versions/Interlude/Factories/ItemFactory.h index e6f1996..3345594 100644 --- a/L2BotDll/Versions/Interlude/Factories/ItemFactory.h +++ b/L2BotDll/Versions/Interlude/Factories/ItemFactory.h @@ -32,6 +32,7 @@ namespace Interlude std::unique_ptr Create(const ItemData& itemInfo) const { + //FIXME during first start data may be undefined const auto data = m_L2GameData.GetItemData(itemInfo.itemId); const auto nameEntry = data ? m_FName.GetEntry(data->nameIndex) : nullptr;