From cf98d40483eedff5b4eec81ee2786d6fb400c1d6 Mon Sep 17 00:00:00 2001 From: Eddoursul Date: Tue, 2 Aug 2022 22:34:43 +0200 Subject: [PATCH] Updated support URL --- SKSE/Plugins/EnderalSE.dll | 2 +- source/Enderal DLL/src/EventListener.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SKSE/Plugins/EnderalSE.dll b/SKSE/Plugins/EnderalSE.dll index 1b918096..c148c46a 100644 --- a/SKSE/Plugins/EnderalSE.dll +++ b/SKSE/Plugins/EnderalSE.dll @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0264bb6ff83ff53eddf437d53acb3759996cb819ad1fc27ee9a9ed8670a5e878 +oid sha256:d9b80af8fee490ef4879cfbe172d9c3b6e4fe989d17555c03e0dbf145e41f81e size 630272 diff --git a/source/Enderal DLL/src/EventListener.cpp b/source/Enderal DLL/src/EventListener.cpp index 96eee6f7..7b54d8b4 100644 --- a/source/Enderal DLL/src/EventListener.cpp +++ b/source/Enderal DLL/src/EventListener.cpp @@ -21,7 +21,7 @@ auto EventListener::ProcessEvent( { if (a_event->eventName == "Enderal_OpenHelpURL") { ShowWindow(GetForegroundWindow(), SW_MINIMIZE); - ShellExecuteA(NULL, "open", "https://discord.gg/s9H925auNN", NULL, NULL, SW_SHOWNORMAL); + ShellExecuteA(NULL, "open", "https://go.eddoursul.win/enderal-se-support", NULL, NULL, SW_SHOWNORMAL); } return RE::BSEventNotifyControl::kContinue;