Removed updaters package.
This commit is contained in:
parent
a0d40acf6b
commit
ac93aae76c
@ -47,7 +47,6 @@ import org.l2jmobius.gameserver.model.zone.type.CastleTeleportZone;
|
|||||||
import org.l2jmobius.gameserver.model.zone.type.CastleZone;
|
import org.l2jmobius.gameserver.model.zone.type.CastleZone;
|
||||||
import org.l2jmobius.gameserver.network.serverpackets.PlaySound;
|
import org.l2jmobius.gameserver.network.serverpackets.PlaySound;
|
||||||
import org.l2jmobius.gameserver.network.serverpackets.PledgeShowInfoUpdate;
|
import org.l2jmobius.gameserver.network.serverpackets.PledgeShowInfoUpdate;
|
||||||
import org.l2jmobius.gameserver.updaters.CastleUpdater;
|
|
||||||
|
|
||||||
public class Castle
|
public class Castle
|
||||||
{
|
{
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
package org.l2jmobius.gameserver.updaters;
|
package org.l2jmobius.gameserver.model.entity.siege;
|
||||||
|
|
||||||
import java.util.logging.Logger;
|
import java.util.logging.Logger;
|
||||||
|
|
||||||
@ -23,7 +23,6 @@ import org.l2jmobius.commons.concurrent.ThreadPool;
|
|||||||
import org.l2jmobius.gameserver.instancemanager.CastleManager;
|
import org.l2jmobius.gameserver.instancemanager.CastleManager;
|
||||||
import org.l2jmobius.gameserver.model.ItemContainer;
|
import org.l2jmobius.gameserver.model.ItemContainer;
|
||||||
import org.l2jmobius.gameserver.model.clan.Clan;
|
import org.l2jmobius.gameserver.model.clan.Clan;
|
||||||
import org.l2jmobius.gameserver.model.entity.siege.Castle;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Thorgrim - 2005 Class managing periodical events with castle
|
* Thorgrim - 2005 Class managing periodical events with castle
|
Loading…
Reference in New Issue
Block a user