The setter functions listed dont check if the new value is different from the old value.
CoreRef::_setCore
GuildGovernor::_setQuorum
GuildVetoGovernor::_setQuorum
GuildVetoGovernor::_updateTimelock
Add checks to verify that the new value is not equal to the old value.
