diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 2 |
1 files changed, 2 insertions, 0 deletions
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: |