Moved AbstractNpcAI at ai scripts base folder.

This commit is contained in:
MobiusDev
2016-04-28 19:47:59 +00:00
parent df77a72295
commit 3c486e6993
212 changed files with 212 additions and 212 deletions

View File

@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
/**
* Scripts added in the custom folder define quests and/or AI that are not normally part of the original Lineage 2 game.<br>
* In addition, "custom" is sometimes used as a temporary implementation of aspects of the original game that are not yet fully implementable by L2J.<br>
* In this manner, partially accurate emulation may be offered until a better method is implemented.<br>