From dca477622e54f10689d47969153121734a411a2d Mon Sep 17 00:00:00 2001 From: skotlex Date: Fri, 4 Aug 2006 16:38:54 +0000 Subject: - Enabled Mastery damage on Soul Breaker again, moved adv katar mastery out of the mastery function so that it may apply to all skills except Soul Breaker. - Changed name of the setting log_pick to log_filter since that's what it does now. - Modified enable_logs so that instead of a 0/1 setting, you can specify which kind of events to log (so you can use a combination), see log_athena for the bitmask configuration. - Cleaned a bit the contents of log_athena.conf git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8129 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/party.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/party.c') diff --git a/src/map/party.c b/src/map/party.c index 58de89038..9ed5e3e0d 100644 --- a/src/map/party.c +++ b/src/map/party.c @@ -800,7 +800,7 @@ int party_share_loot(struct party_data *p, TBL_PC *sd, struct item *item_data, i return i; } - if(log_config.pick) //Logs items, taken by (P)layers [Lupus] + if(log_config.enable_logs&0x8) //Logs items, taken by (P)layers [Lupus] log_pick(target, "P", 0, item_data->nameid, item_data->amount, item_data); //Logs if(battle_config.party_show_share_picker && target != sd){ -- cgit v1.2.3-70-g09d2