Moved Faeron Village scripts to zones package.

This commit is contained in:
MobiusDev
2016-04-29 08:10:50 +00:00
parent 874e84864e
commit 570cd3e457
14 changed files with 9 additions and 7 deletions

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 ai.npc.AltarOfSouls;
package ai.zones.FaeronVillage.AltarOfSouls;
import com.l2jmobius.gameserver.model.actor.L2Npc;
import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance;
@@ -43,7 +43,7 @@ final class AltarOfSouls extends AbstractNpcAI
private AltarOfSouls()
{
super(AltarOfSouls.class.getSimpleName(), "ai/npc");
super(AltarOfSouls.class.getSimpleName(), "ai/zones/FaeronVillage");
addStartNpc(ALTAR_OF_SOULS);
addFirstTalkId(ALTAR_OF_SOULS);
addTalkId(ALTAR_OF_SOULS);

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 ai.npc.RemembranceTower;
package ai.zones.FaeronVillage.RemembranceTower;
import com.l2jmobius.gameserver.model.actor.L2Npc;
import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance;
@@ -35,7 +35,7 @@ final class RemembranceTower extends AbstractNpcAI
private RemembranceTower()
{
super(RemembranceTower.class.getSimpleName(), "ai/npc");
super(RemembranceTower.class.getSimpleName(), "ai/zones/FaeronVillage");
addStartNpc(REMEMBRANCE_TOWER);
addTalkId(REMEMBRANCE_TOWER);
addFirstTalkId(REMEMBRANCE_TOWER);