Some changes have been made in result of first audit. Following points mentioned in previous audit report are still need to be addressed.
This issue doesn't exist in previous version.
DragonLock.sol
There is duplicate code in parent class and child class. onlyOwner
modifier is already declared in Ownable.sol
so there is no need to write this again in DragonLock.sol
.