diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-16 14:37:00 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-16 14:37:00 +0000 |
commit | b035b0610206daff6e94f9d88297438e0ab93261 (patch) | |
tree | 9554d375fd6a034dda72e2c68d22595d842918ea /conf-tmpl/inter_athena.conf | |
parent | 77e8294908fcbf69431d87b74a8ed15d3ab5fd2e (diff) | |
download | hercules-b035b0610206daff6e94f9d88297438e0ab93261.tar.gz hercules-b035b0610206daff6e94f9d88297438e0ab93261.tar.bz2 hercules-b035b0610206daff6e94f9d88297438e0ab93261.tar.xz hercules-b035b0610206daff6e94f9d88297438e0ab93261.zip |
- Updated mob_ai so that mobs will use their rude-attacked skill when they can't reach their current target.
- Fixed the default txt config making pets be saved to the homun file instead of to the pet file.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8316 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/inter_athena.conf')
-rw-r--r-- | conf-tmpl/inter_athena.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf-tmpl/inter_athena.conf b/conf-tmpl/inter_athena.conf index 82e318c8c..9d841a39f 100644 --- a/conf-tmpl/inter_athena.conf +++ b/conf-tmpl/inter_athena.conf @@ -14,8 +14,8 @@ guild_txt: save/guild.txt // Pet flatfile database, for pet names, and other pet info.
pet_txt: save/pet.txt
-// Pet flatfile database, for homunculus information.
-pet_txt: save/homun.txt
+// Homunculus flatfile database, for homunculus information.
+homun_txt: save/homun.txt
// Castle flatfile database, for emperium war castles, etc.
castle_txt: save/castle.txt
|