- Joined
- Jul 14, 2025
- Messages
- 120
- Reaction score
- 1,097
- Points
- 93
- Discord
- jigsaw86

Download:
🔐 Premium Access
🔗 You must be a Premium member to view the download link.
💎 Upgrade to Premium — £5 / month
🔐 Premium Access
🔗 You must be a Premium member to view the download link.
💎 Upgrade to Premium — £5 / month
In item_manager.h
search
Code:
DWORD GetAttrVnum(DWORD dwVnum) const
{
............
}
Add
Code:
// Group의 Size를 return해준다.
int GetGroupSize() const
{
return m_vecProbs.size();
}