Merge pull request #68 from hosseinpourziyaie/patch-1

Skip un-handled reportReward task init
This commit is contained in:
Maurice Heumann 2022-10-24 19:03:30 +02:00 committed by GitHub
commit 55a4e498ed

View File

@ -489,6 +489,8 @@ namespace demonware
utils::hook::call(0x141EC458C_g, get_ffotd_name); // Return unlocalized ffotd name
utils::hook::set<uint64_t>(0x141F04550_g, 0xC300000001B8); // Kill LPC_File_SafeWrite
utils::hook::set<uint64_t>(0x141F03180_g, 0xC300000001B8); // Kill LPC_DeleteStale
utils::hook::set<uint8_t>(0x141E0AAAB_g, 0xEB); // Release un-handled reportReward spamming loop
}
void pre_destroy() override