22extern std::vector<NPCRecord>
npcs;
58 NPCRecord(
const std::vector<std::string>&);
In-memory item database loaded from the CSV item list.
std::map< int, int > itemLookup
std::vector< ItemRecord > items
const ItemRecord & getById(int id) const
std::vector< NPCRecord > npcs
A single equipment item record from the item database.
std::string name
Display name of the item.
A single NPC record (creature display info).
std::string name
Display name of the NPC.
int type
Creature ID, display model ID, and type.