From 0c05afd837fc443fa8800b9c4a650441872e65a5 Mon Sep 17 00:00:00 2001 From: ultramage Date: Sat, 11 Oct 2008 10:23:35 +0000 Subject: Going 90% overweight will now make you stop attacking (bugreport:2315). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13279 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/map/status.c b/src/map/status.c index 9cdd35ac7..cd3c2ff15 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -5488,10 +5488,12 @@ int status_change_start(struct block_list* bl,enum sc_type type,int rate,int val break; //Permanent effects. + case SC_WEIGHT90: + unit_stop_attack(bl); + // fall through case SC_AETERNA: case SC_MODECHANGE: case SC_WEIGHT50: - case SC_WEIGHT90: case SC_BROKENWEAPON: case SC_BROKENARMOR: case SC_READYSTORM: -- cgit v1.2.3-60-g2f50