Merge pull request #441 from EmosewaMC/ProxyItemFix

Addressed some proxy items granting duplicate skills
This commit is contained in:
Daniel Seiler
2022-03-26 08:17:04 +01:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -407,8 +407,8 @@ private:
std::vector<Item*> FindProxies(LWOOBJID parent);
/**
* Returns if the provided ID is a valid proxy item (e.g. we have children for it)
* @param parent the parent item to check for
* Returns true if the provided LWOOBJID is the parent of this Item.
* @param parent the parent item to check for proxies
* @return if the provided ID is a valid proxy item
*/
bool IsValidProxy(LWOOBJID parent);