mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 07:40:14 +00:00
- 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 |
||
|---|---|---|
| .. | ||
| application.cpp | ||
| input.cpp | ||
| logger.cpp | ||
| memory_monitor.cpp | ||
| window.cpp | ||