diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-15 19:44:22 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-15 19:44:22 +0000 |
commit | 7b19af9f7c8ea99216f1a7f5c92a8122010b0631 (patch) | |
tree | 9db73bc3461b78773c5af99bb986c1eb02b2c756 /conf-tmpl | |
parent | 8a215272209c0d486fa6eb400825bec43287b9b6 (diff) | |
download | hercules-7b19af9f7c8ea99216f1a7f5c92a8122010b0631.tar.gz hercules-7b19af9f7c8ea99216f1a7f5c92a8122010b0631.tar.bz2 hercules-7b19af9f7c8ea99216f1a7f5c92a8122010b0631.tar.xz hercules-7b19af9f7c8ea99216f1a7f5c92a8122010b0631.zip |
- Some cleanup of int_homun.c
- Added homun saving/loading support to char-TXT. Note that this is completely untested, so it may be as good as broken.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8299 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/inter_athena.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf-tmpl/inter_athena.conf b/conf-tmpl/inter_athena.conf index 8f62b095e..82e318c8c 100644 --- a/conf-tmpl/inter_athena.conf +++ b/conf-tmpl/inter_athena.conf @@ -14,6 +14,9 @@ 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
+
// Castle flatfile database, for emperium war castles, etc.
castle_txt: save/castle.txt
|