Yet another fix...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13615 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
70ab4f2888
commit
f0c9188fce
@ -6228,7 +6228,7 @@ int status_change_start(struct block_list* bl,enum sc_type type,int rate,int val
|
|||||||
if( vd && (pcdb_checkid(vd->class_) || bl->type == BL_MER ) ) //Only for players sprites, client crashes if they receive this for a mob o.O [Skotlex]
|
if( vd && (pcdb_checkid(vd->class_) || bl->type == BL_MER ) ) //Only for players sprites, client crashes if they receive this for a mob o.O [Skotlex]
|
||||||
clif_status_change(bl,StatusIconChangeTable[type],1,tick);
|
clif_status_change(bl,StatusIconChangeTable[type],1,tick);
|
||||||
else if( sd ) //Send packet to self otherwise (disguised player?)
|
else if( sd ) //Send packet to self otherwise (disguised player?)
|
||||||
clif_status_load(bl,StatusIconChangeTable[type],1,tick);
|
clif_status_load(bl,StatusIconChangeTable[type],1);
|
||||||
|
|
||||||
//Don't trust the previous sce assignment, in case the SC ended somewhere between there and here.
|
//Don't trust the previous sce assignment, in case the SC ended somewhere between there and here.
|
||||||
if((sce=sc->data[type]))
|
if((sce=sc->data[type]))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user