From 0bced72906ec8d78f656bf6d1462fa8cd85b9da2 Mon Sep 17 00:00:00 2001 From: wushin Date: Fri, 22 Apr 2016 09:12:21 -0500 Subject: Make PvP use Resave closes themanaworld/tmwa-server-data#478 --- src/map/pc.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/map/pc.cpp') diff --git a/src/map/pc.cpp b/src/map/pc.cpp index d2cc12c..d65297b 100644 --- a/src/map/pc.cpp +++ b/src/map/pc.cpp @@ -3339,16 +3339,11 @@ int pc_damage(dumb_ptr src, dumb_ptr sd, sd->pvp_point -= 5; if (src && src->bl_type == BL::PC) src->is_player()->pvp_point++; - pc_setdead(sd); } // 強制送還 if (sd->pvp_point < 0) { sd->pvp_point = 0; - pc_setstand(sd); - pc_setrestartvalue(sd, 3); - pc_setpos(sd, sd->status.save_point.map_, sd->status.save_point.x, - sd->status.save_point.y, BeingRemoveWhy::GONE); } } -- cgit v1.2.3-60-g2f50