* Fixed (bugreport:5589)

- It seems that the Increase agi effect put the char to stand if sit.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15936 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
cleaverbeaver 2012-04-22 23:44:36 +00:00
parent 324e1cf7a2
commit 6a0e308280

View File

@ -5937,8 +5937,14 @@ int status_change_start(struct block_list* bl,enum sc_type type,int rate,int val
case SC_TWOHANDQUICKEN: case SC_TWOHANDQUICKEN:
if(sc->data[SC_DECREASEAGI]) if(sc->data[SC_DECREASEAGI])
return 0; return 0;
case SC_CONCENTRATE:
case SC_INCREASEAGI: case SC_INCREASEAGI:
if(pc_issit(sd)){
pc_setstand(sd);
clif_status_load(&sd->bl,SI_SIT,0);
}
case SC_CONCENTRATE:
case SC_SPEARQUICKEN: case SC_SPEARQUICKEN:
case SC_TRUESIGHT: case SC_TRUESIGHT:
case SC_WINDWALK: case SC_WINDWALK: