diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-03-31 12:59:28 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-03-31 12:59:28 +0000 |
commit | 5628702284ec278f016d96dc7b439f81f873dbd2 (patch) | |
tree | 9050a2e8ece4bee462bc4e2c9083d8be2df0feeb /conf/battle | |
parent | 8667cd070c96ab4242df358c343f3240cf7baedd (diff) | |
download | hercules-5628702284ec278f016d96dc7b439f81f873dbd2.tar.gz hercules-5628702284ec278f016d96dc7b439f81f873dbd2.tar.bz2 hercules-5628702284ec278f016d96dc7b439f81f873dbd2.tar.xz hercules-5628702284ec278f016d96dc7b439f81f873dbd2.zip |
Added missing pet_equip_min_friendly config option (followup to r13491).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13645 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/battle')
-rw-r--r-- | conf/battle/pet.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/battle/pet.conf b/conf/battle/pet.conf index 0d13d26b9..f6febc202 100644 --- a/conf/battle/pet.conf +++ b/conf/battle/pet.conf @@ -51,6 +51,9 @@ pet_damage_support: no // At max (1000) support rate is 150%. pet_support_min_friendly: 900 +// Same as above, but this is to use the pet_script field with official pet abilities. +pet_equip_min_friendly: 900 + // Whether or not the pet's will use skills. (Note 1) // Note: Offensive pet skills need at least pet_attack_support or // pet_damage_support to work (they trigger while the pet is attacking). |