From 6ce28f60c89ec39a1db4899784da176ff9f40695 Mon Sep 17 00:00:00 2001 From: robinsch Date: Fri, 9 Feb 2024 08:20:34 +0100 Subject: Added missing return --- Patcher/Patcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Patcher') diff --git a/Patcher/Patcher.cpp b/Patcher/Patcher.cpp index 708412e..f52f8a5 100644 --- a/Patcher/Patcher.cpp +++ b/Patcher/Patcher.cpp @@ -97,7 +97,7 @@ int main(int argc, char** argv) write_pos(0x1DB241, 50); // Return of "The Blue Moon" - write_pos(0x5CFBC0, { 0xC7, 0x05, 0x74, 0x8E, 0xD3, 0x00, 0xFF, 0xFF, 0xFF, 0xFF }); + write_pos(0x5CFBC0, { 0xC7, 0x05, 0x74, 0x8E, 0xD3, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xC3 }); std::cout << "World of Warcraft exe has been patched!\n"; return 0; -- cgit v1.2.3