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); }