9 lines
No EOL
195 B
Text
9 lines
No EOL
195 B
Text
struct ObjectScientist {
|
|
uchar bonus_type; // FF - Random
|
|
union {
|
|
uint32 primaryID;
|
|
uint32 secondaryID;
|
|
uint32 spellID;
|
|
} bonus;
|
|
uchar junk2[3];
|
|
}; |