Add attribution and source citations for open source release

- Create ATTRIBUTION.md crediting WoWDev Wiki, TrinityCore, MaNGOS,
  and third-party libraries used
- Add WoWDev Wiki format specification links to file format parsers
  (ADT, BLP, DBC loaders)
- Add protocol documentation reference to opcodes.hpp
This commit is contained in:
Kelsi 2026-02-02 22:09:33 -08:00
parent ce6cb8f38e
commit 0c85fcd444
5 changed files with 61 additions and 0 deletions

View file

@ -14,6 +14,7 @@ namespace pipeline {
*
* DBC files store game database tables (spells, items, maps, creatures, etc.)
* Format: Fixed header + fixed-size records + string block
* Format specification: https://wowdev.wiki/DBC
*/
class DBCFile {
public: