15peaces / 15-3athena

15-3athena is another pre-renewal 3rd class eAthena modification. It comes basically as a remake and extension of 3ceam. So most of contents and their copyrights go to 3ceam-devs.
GNU General Public License v3.0
11 stars 13 forks source link

Bug Sit Icon #3

Closed cold-hr closed 8 years ago

cold-hr commented 8 years ago

now sit. after that command @ load but sit icon Not missing

15peaces commented 8 years ago

this bug is allready known but it's only a visual bug.

will be fixed later. ^^

cold-hr commented 8 years ago

yes now i fix from rAthena

thank you for fix.

cold-hr commented 8 years ago

skill.c int skill_sit (struct map_session_data *sd, int type)

add if( type ) { clif_status_load(&sd->bl,SI_SIT,1); } else { clif_status_load(&sd->bl,SI_SIT,0); }

thank to fix

15peaces commented 8 years ago

thanks for this. I'll add it in my next commit. ^^