mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
20 lines
270 B
C
20 lines
270 B
C
/*
|
|
|
|
|
|
These fields must be in the order of how they are serialized!
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
/* 000 */ //I(ItemClass) Leave this one off on purpose
|
|
/* 001 */ S(Name)
|
|
/* 002 */ S(Lore)
|
|
/* 003 */ S(IDFile)
|
|
/* 004 */ I(ID)
|
|
|
|
/* 005 */ //I(Weight) handled manually
|
|
|
|
// titanium_itemfields_b.h
|