summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-04-25 11:20:28 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-04-25 11:20:28 +0000
commitf648a45e89b40f972f1016da1cc87ff780faaba9 (patch)
treee4f8867db08e45396087784144e2150e30185d6b /src/map/pc.c
parenta8c81ca65f67b8864845178a11aea1012b2229e7 (diff)
downloadhercules-f648a45e89b40f972f1016da1cc87ff780faaba9.tar.gz
hercules-f648a45e89b40f972f1016da1cc87ff780faaba9.tar.bz2
hercules-f648a45e89b40f972f1016da1cc87ff780faaba9.tar.xz
hercules-f648a45e89b40f972f1016da1cc87ff780faaba9.zip
Removed pc_cant_newmount since it has been proved newer clients still support them.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15966 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index e2bf1b725..345ca1c83 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -7081,7 +7081,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) && !pc_cant_newmount(sd) ) {
+ if (type&OPTION_MOUNTING && !(p_type&OPTION_MOUNTING) ) {
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) {