From eb4b46255fec237a2fdaad46e8fca7df22cc7c56 Mon Sep 17 00:00:00 2001 From: norm Date: Thu, 30 May 2019 22:22:13 +0200 Subject: [PATCH] Changed renewal start coordinates (#4172) * Fixes #4171. Thanks to @Badarosk0 and @Normynator! --- src/config/const.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/const.hpp b/src/config/const.hpp index 64e58d04ac..6deb7b6bc8 100644 --- a/src/config/const.hpp +++ b/src/config/const.hpp @@ -101,8 +101,8 @@ **/ #ifdef RENEWAL #define MAP_DEFAULT_NAME "iz_int" - #define MAP_DEFAULT_X 97 - #define MAP_DEFAULT_Y 90 + #define MAP_DEFAULT_X 18 + #define MAP_DEFAULT_Y 26 #else #define MAP_DEFAULT_NAME "new_1-1" #define MAP_DEFAULT_X 53