From 6685acee77961f045fc82a9fa2c4320a57a68415 Mon Sep 17 00:00:00 2001 From: gepard1984 Date: Thu, 2 Feb 2012 21:05:56 +0000 Subject: [PATCH] Removed `party_skill_penalty` battle config, unused since r996 (bugreport:137). git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15537 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/battle.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/map/battle.h b/src/map/battle.h index 46d785a2b1..4b87b5c9b2 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -276,7 +276,6 @@ extern struct Battle_Config int mob_changetarget_byskill; int attack_direction_change; int land_skill_limit; - int party_skill_penalty; int monster_class_change_recover; int produce_item_name_input; int display_skill_fail;