Moved MercenaryCaptain class to DragonValley package.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user