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