forked from MagicBane/Server
More itembase refactor work
This commit is contained in:
@@ -98,7 +98,7 @@ public class ActivateNPCMsgHandler extends AbstractClientMsgHandler {
|
||||
if (zone == null)
|
||||
return false;
|
||||
|
||||
contract = DbManager.ContractQueries.GET_CONTRACT(contractItem.getItemBase().getUUID());
|
||||
contract = DbManager.ContractQueries.GET_CONTRACT(contractItem.templateID);
|
||||
|
||||
if (contract == null)
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user