Merge pull request #68 from hosseinpourziyaie/patch-1
Skip un-handled reportReward task init
This commit is contained in:
commit
55a4e498ed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user