* Ban's a [Player]'s account, character or IP * * enum BanMode * { * BAN_ACCOUNT = 0, * BAN_CHARACTER = 1, * BAN_IP = 2 * }; * * @param [BanMode] banMode : method of ban, refer to BanMode above * @param string nameOrIP : If BanMode is 0 then accountname, if 1 then charactername if 2 then ip * @param uint32 d
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected