Resolve "Remove lock option from item menu in guild inventory"

merge-requests/24/merge
Nuno Gonçalves (Ulukyn) 3 years ago
parent b6781af51e
commit 17c9dd061a

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

Loading…
Cancel
Save