diff options
author | gepard1984 <gepard1984@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-02-02 21:05:56 +0000 |
---|---|---|
committer | gepard1984 <gepard1984@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-02-02 21:05:56 +0000 |
commit | 64b28235a651f9cb046dfb10c50d3d8439726358 (patch) | |
tree | bc9cc2881b7a88331b5198618e0a478d914518ae /src/map/battle.h | |
parent | dee07da505f2c6ceeeed2adea3c41d8e050a043d (diff) | |
download | hercules-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
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 1 |
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; |