How to set _setDefaultRoyalty?

Hello, i'm novice in SmartContract in general.
Just trying to fix issue when all tokens were set with _setTokenRoyalty.

In comment of https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC721/extensions/ERC721Royalty.sol
i found this:
*

  • Royalty information can be specified globally for all token ids via {_setDefaultRoyalty}, and/or individually for
  • specific token ids via {_setTokenRoyalty}. The latter takes precedence over the first.

Is any way how to override _setTokenRoyalty with _setDefaultRoyalty ?

Not sure if my contract contain this extension.

Thank you

Hi @fSyEspi, Make sure to post in #support:contracts for questions about OpenZeppelin Contracts!

Can you describe your issue in more detail? Is this a contract that is deployed already? Can you share the source code?