From b718346b4a90a4f887d137416e1a776c3b988b2f Mon Sep 17 00:00:00 2001 From: dginovker Date: Mon, 14 Dec 2020 15:22:11 -0500 Subject: [PATCH] Move Lostcity to correct loc --- .../com/rebotted/game/content/quests/{ => impl}/LostCity.java | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 2006Redone Server/src/main/java/com/rebotted/game/content/quests/{ => impl}/LostCity.java (100%) diff --git a/2006Redone Server/src/main/java/com/rebotted/game/content/quests/LostCity.java b/2006Redone Server/src/main/java/com/rebotted/game/content/quests/impl/LostCity.java similarity index 100% rename from 2006Redone Server/src/main/java/com/rebotted/game/content/quests/LostCity.java rename to 2006Redone Server/src/main/java/com/rebotted/game/content/quests/impl/LostCity.java