From 801d8e88c8236d09b436b50bd345532034a8be2f Mon Sep 17 00:00:00 2001 From: mekolat <mekolat@users.noreply.github.com> Date: Tue, 16 Jun 2015 12:28:19 -0400 Subject: do not reset default pvp channel on death --- src/map/pc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/pc.cpp b/src/map/pc.cpp index ebe8bca..ca636b4 100644 --- a/src/map/pc.cpp +++ b/src/map/pc.cpp @@ -944,7 +944,7 @@ int pc_calcstatus(dumb_ptr<map_session_data> sd, int first) b_mdef = sd->mdef; b_mdef2 = sd->mdef2; b_base_atk = sd->base_atk; - if (!pc_isdead(sd) && sd->state.pvpchannel == 1) + if (sd->state.pvpchannel == 1) b_pvpchannel = sd->state.pvpchannel; sd->max_weight = max_weight_base_0 + sd->status.attrs[ATTR::STR] * 300; -- cgit v1.2.3-70-g09d2