summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgepard1984 <gepard1984@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-02-02 21:05:56 +0000
committergepard1984 <gepard1984@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-02-02 21:05:56 +0000
commit64b28235a651f9cb046dfb10c50d3d8439726358 (patch)
treebc9cc2881b7a88331b5198618e0a478d914518ae
parentdee07da505f2c6ceeeed2adea3c41d8e050a043d (diff)
downloadhercules-64b28235a651f9cb046dfb10c50d3d8439726358.tar.gz
hercules-64b28235a651f9cb046dfb10c50d3d8439726358.tar.bz2
hercules-64b28235a651f9cb046dfb10c50d3d8439726358.tar.xz
hercules-64b28235a651f9cb046dfb10c50d3d8439726358.zip
Removed `party_skill_penalty` battle config, unused since r996 (bugreport:137).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15537 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r--src/map/battle.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index 46d785a2b..4b87b5c9b 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;