From fd4598b28605cf7f599e2186f7abc05e28d5e17d Mon Sep 17 00:00:00 2001 From: KevinW1998 Date: Sat, 30 Jan 2016 09:06:04 +0100 Subject: [PATCH] Update error reporter page --- LunaDll/Misc/ErrorReporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LunaDll/Misc/ErrorReporter.cpp b/LunaDll/Misc/ErrorReporter.cpp index 3946d92c2..b489ad4fd 100644 --- a/LunaDll/Misc/ErrorReporter.cpp +++ b/LunaDll/Misc/ErrorReporter.cpp @@ -112,6 +112,6 @@ void ErrorReport::SnapshotError(EXCEPTION_RECORD* exception, CONTEXT* context) void ErrorReport::report() { - manageErrorReport("http://engine.wohlnet.ru/LunaLuaErrorReport/index.php", lastErrDesc); + manageErrorReport("http://wohlsoft.ru/LunaLuaErrorReport/index.php", lastErrDesc); writeErrorLog(lastErrDesc); }