mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 07:40:14 +00:00
Correct SoundEntries.dbc field access in the PlayMusic callback: file names are at fields 3-12 (not 2-11) and DirectoryBase is at field 23 (not 22). Field 2 is the Name label string, not a file path. Remove dead detectVoiceType(creatureEntry) from NpcVoiceManager — it was never called; actual voice detection uses detectVoiceTypeFromDisplayId() in Application. |
||
|---|---|---|
| .. | ||
| activity_sound_manager.hpp | ||
| ambient_sound_manager.hpp | ||
| audio_engine.hpp | ||
| combat_sound_manager.hpp | ||
| footstep_manager.hpp | ||
| mount_sound_manager.hpp | ||
| movement_sound_manager.hpp | ||
| music_manager.hpp | ||
| npc_voice_manager.hpp | ||
| spell_sound_manager.hpp | ||
| ui_sound_manager.hpp | ||