Files
TrinityCore/src
Shauren 4b6e6e1fec Core/Commands: Refactor chat command internals to slightly reduce template bloat
* Replace std::enable_if with concept constraints
* Move code not dependent on template arguments out of template function bodies
* Reduce number of ChatCommandResult copies made during parsing
* Changed ChatCommandTable subcommands argument from std::vector<> const& to std::span<> and convert command definitions to arrays
* Allow ChatHandler arguments to be const
2026-03-27 20:02:12 +01:00
..
2026-01-29 00:22:24 +01:00