Issue information

Issue ID
#2908
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Mar 27, 2009 14:03
Last Post
Hercules Elf Bot
Mar 27, 2009 14:03
Confirmation
N/A

Hercules Elf Bot - Mar 27, 2009 14:03

Originally posted by [b]Inkfish[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=2908

When I was merging the fix for ASSUMPTIO, I found this piece of code:
CODE
case SC_ASSUMPTIO:
    if( bl->type == BL_MOB )
        continue;
    break;

where this 'break' will probably keep some status changes (whose position is behind SC_ASSUMPTIO in the sc list) from being canceled.

This post has been edited by Inkfish: Mar 27 2009, 07:05 AM