diff --git a/src/Components/Modules/Zones.cpp b/src/Components/Modules/Zones.cpp index 7afeecb4..f47850ee 100644 --- a/src/Components/Modules/Zones.cpp +++ b/src/Components/Modules/Zones.cpp @@ -3400,9 +3400,11 @@ namespace Components Utils::Hook(0x45A806, RelocateFileCount, HOOK_CALL).install()->quick(); Utils::Hook(0x45A6A0, RelocateFileCount, HOOK_CALL).install()->quick(); +#ifndef DEBUG // Ignore missing soundaliases for now // TODO: Include them in the dependency zone! Utils::Hook::Nop(0x644207, 5); +#endif // Block Mark_pathnode_constant_t Utils::Hook::Set(0x4F74B0, 0xC3);