Fixed bugreport:5622 Fixed bug with renewal mode berserk not removing twohandquicken icon
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16120 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
1e509670d1
commit
c2cb86800b
@ -6336,6 +6336,11 @@ int status_change_start(struct block_list* bl,enum sc_type type,int rate,int val
|
||||
status_change_end(bl, SC_AURABLADE, INVALID_TIMER);
|
||||
status_change_end(bl, SC_MERC_QUICKEN, INVALID_TIMER);
|
||||
}
|
||||
#ifdef RENEWAL
|
||||
else {
|
||||
status_change_end(bl, SC_TWOHANDQUICKEN, INVALID_TIMER);
|
||||
}
|
||||
#endif
|
||||
break;
|
||||
case SC_ASSUMPTIO:
|
||||
status_change_end(bl, SC_KYRIE, INVALID_TIMER);
|
||||
|
Loading…
x
Reference in New Issue
Block a user