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)
|
if (zone == null)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
contract = DbManager.ContractQueries.GET_CONTRACT(contractItem.getItemBase().getUUID());
|
contract = DbManager.ContractQueries.GET_CONTRACT(contractItem.templateID);
|
||||||
|
|
||||||
if (contract == null)
|
if (contract == null)
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user