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,7 +2049,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