Prevent circle definitions in atcommands.yml (#9019)
The map-server will now produce an error, if you try to define a circle definition and not silently override internal command definitions.
This may have happened to a certain developer, while testing ban/unban and this is how he noticed.
+ this->invalidWarning( subNode, "\"%s\" cannot be used as alias for \"%s\", since a command with this name exists.\n", alias.c_str(), command.c_str() );