From c894ebe965858cf7e50613c5878b22416c08a7e0 Mon Sep 17 00:00:00 2001 From: BroGamer <64546358+BroGamer4256@users.noreply.github.com> Date: Thu, 15 Sep 2022 19:13:25 +1200 Subject: [PATCH] Fix --- patches/what_the_fuck/dllmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/what_the_fuck/dllmain.cpp b/patches/what_the_fuck/dllmain.cpp index c91e765..970d2cc 100644 --- a/patches/what_the_fuck/dllmain.cpp +++ b/patches/what_the_fuck/dllmain.cpp @@ -106,7 +106,7 @@ class CAuth : public IUnknown { strncpy_s (a1 + 44, 8, "08.18", 7); strncpy_s (a1 + 52, 4, "0", 3); strncpy_s (a1 + 56, 4, "PCB", 3); - strncpy_s (a1 + 60, 0x100, "https://v402-front.mucha-prd.nbgi-amnet.jp:10122/mucha_front/", 0xFF); + strncpy_s (a1 + 60, 0x100, "https://divamodarchive.com/", 0xFF); return 0; } // Some config stuff, unsure if true or false wanted