From f648a45e89b40f972f1016da1cc87ff780faaba9 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Wed, 25 Apr 2012 11:20:28 +0000 Subject: 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 --- src/map/atcommand.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/map/atcommand.c') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index bfe510e34..d5a8e75e0 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -8441,11 +8441,6 @@ ACMD_FUNC(charcommands) ACMD_FUNC(new_mount) { - if( pc_cant_newmount(sd) && !(sd->sc.option&OPTION_MOUNTING) ) { - clif_displaymessage(sd->fd,"Your character cannot mount a new mount"); - return -1; - } - clif_displaymessage(sd->fd,"NOTICE: If you crash with mount your LUA is outdated"); if( !(sd->sc.option&OPTION_MOUNTING) ) { clif_displaymessage(sd->fd,"You have mounted."); -- cgit v1.2.3-70-g09d2