Rangers no longer are able to mount a new mount, bugreport:5158
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15266 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
292fffeb02
commit
26e625f6a2
@ -6672,7 +6672,7 @@ int pc_setoption(struct map_session_data *sd,int type)
|
||||
status_calc_pc(sd,0); //Remove speed penalty.
|
||||
}
|
||||
|
||||
if (type&OPTION_MOUNTING && !(p_type&OPTION_MOUNTING)) {
|
||||
if (type&OPTION_MOUNTING && !(p_type&OPTION_MOUNTING) && ( sd->class_&MAPID_THIRDMASK ) != MAPID_RANGER ) {
|
||||
clif_status_load_notick(&sd->bl,SI_ALL_RIDING,2,1,0,0);
|
||||
status_calc_pc(sd,0);
|
||||
} else if (!(type&OPTION_MOUNTING) && p_type&OPTION_MOUNTING) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user