Files
TrinityCore/src
James Huston 3705774f90 fix(mcp): Fix TrinityCore API compatibility issues
- Use GetBoolDefault/GetIntDefault/GetStringDefault instead of GetOption<T>
- Remove non-existent GetRealmName(), use hardcoded name
- Simplify Field access to just GetString() (no GetType())
- Handle null Alias in field metadata gracefully
2025-11-30 18:44:41 -05:00
..