From cb760a0a4294df9b4da514668b0b47dddce2e4e0 Mon Sep 17 00:00:00 2001 From: Lemongrass3110 Date: Sun, 22 Oct 2017 17:18:54 +0200 Subject: [PATCH] Adjusted atcommand go for new novi grounds Follow up to c7d5b61 --- src/map/atcommand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/atcommand.c b/src/map/atcommand.c index b92301e1b2..4a4421b8fe 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -1900,7 +1900,7 @@ ACMD_FUNC(go) { MAP_NIFLHEIM, 21, 153 }, // 13=Niflheim { MAP_LOUYANG, 217, 40 }, // 14=Louyang #ifdef RENEWAL - { MAP_NOVICE, 97, 90 }, // 15=Training Grounds (Renewal) + { MAP_NOVICE, 18, 26 }, // 15=Training Grounds (Renewal) #else { MAP_NOVICE, 53, 111 }, // 15=Training Grounds #endif