瀏覽代碼

Added missing pet_equip_min_friendly config option (followup to r13491).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13645 54d463be-8e91-2dee-dedb-b68131a5f0ec
ultramage 16 年之前
父節點
當前提交
945ba4b5b5
共有 2 個文件被更改,包括 5 次插入0 次删除
  1. 2 0
      conf/Changelog.txt
  2. 3 0
      conf/battle/pet.conf

+ 2 - 0
conf/Changelog.txt

@@ -1,4 +1,6 @@
 Date	Added
+2009/3/31
+	* Added missing pet_equip_min_friendly config option [ultramage]
 2009/3/23
 	* Added setting display_status_timers to client.conf for new status change packet. [Sara]
 2009/1/26

+ 3 - 0
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).