feat(Pointers): Fixed increment stat event signature

This commit is contained in:
Yimura 2021-05-19 18:11:42 +02:00
parent a5b45c6a5c
commit 29b8429c16

View File

@ -123,7 +123,7 @@ namespace big
m_gta_thread_kill = ptr.as<decltype(m_gta_thread_kill)>(); m_gta_thread_kill = ptr.as<decltype(m_gta_thread_kill)>();
}); });
main_batch.add("Increment Stat Event", "", [this](memory::handle ptr) main_batch.add("Increment Stat Event", "48 89 5C 24 ? 48 89 74 24 ? 55 57 41 55 41 56 41 57 48 8B EC 48 83 EC 60 8B 79 30", [this](memory::handle ptr)
{ {
m_increment_stat_event = ptr.as<decltype(m_increment_stat_event)>(); m_increment_stat_event = ptr.as<decltype(m_increment_stat_event)>();
}); });