diff options
author | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-19 11:32:41 +0000 |
---|---|---|
committer | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-19 11:32:41 +0000 |
commit | 59fcf9c26e7c9d5cf65b60d0fb148b5214143711 (patch) | |
tree | 58925b6bc69b15dfbce7f90b1a8c96651ea0f1b9 /conf-tmpl/battle_athena.conf | |
parent | 41fcb2ac66e37cad97e9ec485bd4d11f8397e53b (diff) | |
download | hercules-59fcf9c26e7c9d5cf65b60d0fb148b5214143711.tar.gz hercules-59fcf9c26e7c9d5cf65b60d0fb148b5214143711.tar.bz2 hercules-59fcf9c26e7c9d5cf65b60d0fb148b5214143711.tar.xz hercules-59fcf9c26e7c9d5cf65b60d0fb148b5214143711.zip |
Added homunculus_friendly_rate battle config
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8361 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/battle_athena.conf')
-rw-r--r-- | conf-tmpl/battle_athena.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf-tmpl/battle_athena.conf b/conf-tmpl/battle_athena.conf index 255e33a05..eb192f006 100644 --- a/conf-tmpl/battle_athena.conf +++ b/conf-tmpl/battle_athena.conf @@ -47,6 +47,9 @@ import: conf/battle/party.conf //Pet related configuration
import: conf/battle/pet.conf
+//Homunc related configuration
+import: conf/battle/homunc.conf
+
//Player specific settings
import: conf/battle/player.conf
|