Initial commit
This commit is contained in:
12
Srcs-Server/#undefined/item.h
Normal file
12
Srcs-Server/#undefined/item.h
Normal file
@ -0,0 +1,12 @@
|
||||
// Search:
|
||||
|
||||
DWORD GetSIGVnum() const
|
||||
{
|
||||
return m_dwSIGVnum;
|
||||
}
|
||||
|
||||
// add under, this:
|
||||
|
||||
// #ifdef ENABLE_MOUNT_COSTUME
|
||||
const bool IsMount() { return GetType() == ITEM_COSTUME && GetSubType() == COSTUME_MOUNT; }
|
||||
// #endif
|
||||
Reference in New Issue
Block a user