Moved MercenaryCaptain class to DragonValley package.

This commit is contained in:
MobiusDev
2016-05-01 18:09:37 +00:00
parent d3cbb8ff2d
commit 1d128bd778
2 changed files with 3 additions and 3 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.individual;
package ai.zones.DragonValley;
import com.l2jmobius.gameserver.enums.ChatType;
import com.l2jmobius.gameserver.model.actor.L2Character;
@@ -35,7 +35,7 @@ final class MercenaryCaptain extends AbstractNpcAI
private MercenaryCaptain()
{
super(MercenaryCaptain.class.getSimpleName(), "ai/individual");
super(MercenaryCaptain.class.getSimpleName(), "ai/zones/DragonValley");
addSeeCreatureId(MERCENARY_CAPTAIN);
}