Kelsidavis-WoWee/src/core
Kelsi eebc0007a6 Fix quest required item display and add NPC spawn diagnostics
- Fix SMSG_QUESTGIVER_REQUEST_ITEMS: read emoteDelay(u32)+emoteId(u32)+autoFinish(u8)
  instead of 5 uint32s — the 11-byte over-read corrupted requiredMoney, itemCount,
  and all item data (itemId/count/displayInfoId)
- Fix garbled CSV fallback in asset_manager: return nullptr instead of silently
  returning garbled DBC data when binary fallback is unavailable
- Add NPC spawn diagnostics: log when UNIT blocks have displayId=0 (wrong field index)
  and when spawn callback fires with displayId + position
- Improve getModelPathForDisplayId failure logging: distinguish displayDataMap_ miss
  vs modelIdToPath_ miss, and include map sizes for context
2026-02-17 17:15:48 -08:00
..
application.cpp Fix quest required item display and add NPC spawn diagnostics 2026-02-17 17:15:48 -08:00
input.cpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
logger.cpp Add mailbox system and fix logging performance stutter 2026-02-15 14:00:41 -08:00
memory_monitor.cpp Stabilize taxi/state sync and creature spawn handling 2026-02-11 21:14:35 -08:00
window.cpp Add video settings UI and refresh loading assets 2026-02-05 16:11:00 -08:00