Disable inspect function

Hi everyone!

It’s possible to disable the function inspect on specific characters (by name or by role aka gm) or to disable the function for everybody?

— Canned message start —
This thread is not related to the official Trinity codebase and was moved to the Custom Code section.
Please read the stickies next time.
— Canned message end —

disable the opcode that handles it.

Assuming its this

https://github.com/TrinityCore/TrinityCore/blob/3.3.5/src/server/game/Server/Protocol/Opcodes.cpp#L394

https://github.com/TrinityCore/TrinityCore/blob/a249d86b00eb0854cb925f8bea76ddbb364208df/src/server/game/Handlers/InspectHandler.cpp#L24