summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-21 16:07:50 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-21 16:07:50 +0000
commit41f1a34c8593a40b4c5dc4178d7138e7e166eea0 (patch)
treef033ae8a8fe52be55838a5050ae01cbec32d5ba0 /src/map/battle.c
parent74aac1368dae2d2a8ed5e3897a3cafb0fc5a8984 (diff)
downloadhercules-41f1a34c8593a40b4c5dc4178d7138e7e166eea0.tar.gz
hercules-41f1a34c8593a40b4c5dc4178d7138e7e166eea0.tar.bz2
hercules-41f1a34c8593a40b4c5dc4178d7138e7e166eea0.tar.xz
hercules-41f1a34c8593a40b4c5dc4178d7138e7e166eea0.zip
- Removed config setting "muting_players", and expanded the manner_system config to specify how having negative manner (mute) affects a player (see battle/misc.conf).
- Expanded the pk_mode setting from no/yes to 0/1/2. 1 is normal pk_mode, if 2 is used, it makes killing players give you a loss of 5 manner points. - Fixed WS_WEAPONREFINE always failing when at less than job 50. - Fixed a compilation warning in char-txt/int_homun.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8402 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index fff1dbe81..f1d51bb15 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -3681,7 +3681,6 @@ static const struct battle_data_short {
{ "pet_hair_style", &battle_config.pet_hair_style }, // added by [Skotlex]
{ "castrate_dex_scale", &battle_config.castrate_dex_scale }, // added by [MouseJstr]
{ "area_size", &battle_config.area_size }, // added by [MouseJstr]
- { "muting_players", &battle_config.muting_players}, // added by [Apple]
{ "zeny_from_mobs", &battle_config.zeny_from_mobs}, // [Valaris]
{ "mobs_level_up", &battle_config.mobs_level_up}, // [Valaris]
{ "mobs_level_up_exp_rate", &battle_config.mobs_level_up_exp_rate}, // [Valaris]