From e4f858b6882b73e3c82ba9e1964b12bf39dd18da Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Mon, 6 Oct 2008 11:26:24 +0000 Subject: SC_WEIGHT50 and 90 are no longer removed on death. (bugreport:2316) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13262 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/map/status.c b/src/map/status.c index 9c04f8364..61c60d9c8 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -6374,6 +6374,8 @@ int status_change_clear(struct block_list* bl, int type) if(type == 0) switch (i) { //Type 0: PC killed -> Place here statuses that do not dispel on death. + case SC_WEIGHT50: + case SC_WEIGHT90: case SC_EDP: case SC_MELTDOWN: case SC_XMAS: -- cgit v1.2.3-70-g09d2