Initial commit

This commit is contained in:
Mitachi
2024-02-05 18:59:21 +01:00
commit 1a73ca484c
13 changed files with 364 additions and 0 deletions

View 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