Small change
This commit is contained in:
parent
94ce2e4dac
commit
d6cf2cfee5
@ -233,8 +233,7 @@ namespace notifies
|
||||
public:
|
||||
void post_unpack() override
|
||||
{
|
||||
const auto a = utils::hook::assemble(vm_execute_stub);
|
||||
utils::hook::jump(0x1405C90A5, a, true);
|
||||
utils::hook::jump(0x1405C90A5, utils::hook::assemble(vm_execute_stub), true);
|
||||
|
||||
scr_entity_damage_hook.create(0x1404BD2E0, scr_entity_damage_stub);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user