Compare commits

...

1 Commits

Author SHA1 Message Date
Nuno c86a3df2cf Fix 3 years ago

@ -2049,7 +2049,8 @@ class CHandlerItemMenuCheck : public IActionHandler
} }
// Only show lock menu item if inventory contains the info // 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 // **** Gray Entries

Loading…
Cancel
Save