Merge branch '25-remove-lock-option-from-item-menu-in-guild-inventory' into main/yubo-dev

main/yubo-dev
Nuno 3 years ago
commit 9a578ad02e

@ -2062,7 +2062,8 @@ class CHandlerItemMenuCheck : public IActionHandler
}
// Only show lock menu item if inventory contains the info
if (pLockUnlock) pLockUnlock->setActive(pCS->canOwnerLock());
if (invId!=INVENTORIES::guild)
if (pLockUnlock) pLockUnlock->setActive(pCS->canOwnerLock());
// **** Gray Entries

Loading…
Cancel
Save