Moved clanhall related classes to appropriate packages.

This commit is contained in:
MobiusDevelopment
2020-11-04 17:33:22 +00:00
parent cbb1ad50f3
commit d229e3a550
25 changed files with 28 additions and 31 deletions

View File

@ -23,10 +23,10 @@ import java.util.logging.Logger;
import org.l2jmobius.gameserver.data.xml.ClanHallData;
import org.l2jmobius.gameserver.model.clan.Clan;
import org.l2jmobius.gameserver.model.clanhallauction.ClanHallAuction;
import org.l2jmobius.gameserver.model.eventengine.AbstractEvent;
import org.l2jmobius.gameserver.model.eventengine.AbstractEventManager;
import org.l2jmobius.gameserver.model.eventengine.ScheduleTarget;
import org.l2jmobius.gameserver.model.residences.ClanHallAuction;
/**
* @author Sdw

View File

@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.l2jmobius.gameserver.model.clanhallauction;
package org.l2jmobius.gameserver.model.residences;
import java.time.Instant;
import java.time.ZoneId;

View File

@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.l2jmobius.gameserver.model.clanhallauction;
package org.l2jmobius.gameserver.model.residences;
import java.sql.Connection;
import java.sql.PreparedStatement;
@ -35,7 +35,6 @@ import org.l2jmobius.gameserver.data.xml.ClanHallData;
import org.l2jmobius.gameserver.instancemanager.ClanHallAuctionManager;
import org.l2jmobius.gameserver.model.clan.Clan;
import org.l2jmobius.gameserver.model.itemcontainer.Inventory;
import org.l2jmobius.gameserver.model.residences.ClanHall;
/**
* @author Sdw