Moved Toyron and Trandon scripts to TalkingIsland package.

This commit is contained in:
MobiusDev
2016-04-30 12:45:44 +00:00
parent 0bb098616c
commit 32350db276
40 changed files with 6 additions and 6 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.Toyron;
package ai.zones.TalkingIsland.Toyron;
import com.l2jmobius.gameserver.instancemanager.InstanceManager;
import com.l2jmobius.gameserver.model.Location;
@@ -40,7 +40,7 @@ final class Toyron extends AbstractNpcAI
private Toyron()
{
super(Toyron.class.getSimpleName(), "ai/npc");
super(Toyron.class.getSimpleName(), "ai/zones/TalkingIsland");
addStartNpc(TOYRON);
addFirstTalkId(TOYRON);
addTalkId(TOYRON);

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.Trandon;
package ai.zones.TalkingIsland.Trandon;
import java.util.Set;
@@ -53,7 +53,7 @@ public final class Trandon extends AbstractNpcAI
private Trandon()
{
super(Trandon.class.getSimpleName(), "ai/npc");
super(Trandon.class.getSimpleName(), "ai/zones/TalkingIsland");
addStartNpc(NPC_ID);
addFirstTalkId(NPC_ID);
addTalkId(NPC_ID);