From 1a225822ceb7a0679c41ba6badc3cf5ec8e0f70f Mon Sep 17 00:00:00 2001 From: Kevin Trocolli Date: Thu, 30 Dec 2021 13:08:20 -0500 Subject: [PATCH] fixed messed up guid on elisabeth.h --- mercuryhook/elisabeth.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mercuryhook/elisabeth.h b/mercuryhook/elisabeth.h index 0891f48..2583742 100644 --- a/mercuryhook/elisabeth.h +++ b/mercuryhook/elisabeth.h @@ -3,9 +3,9 @@ DEFINE_GUID( elisabeth_guid, - 0x219D058, + 0x219D0508, 0x57A8, 0x4FF5, - 0x97, 0x1A, 0xBD, 0x86, 0x58, 0x7C, 0x6C, 0x7E); + 0x97, 0x0A1, 0x0BD, 0x86, 0x58, 0x7C, 0x6C, 0x7E); void elisabeth_hook_init();