diff options
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 9162d1c45..d36e98c41 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -3933,7 +3933,7 @@ ACMD(mount_peco) return true; } if( (sd->class_&MAPID_THIRDMASK) == MAPID_RANGER ) { - if( !pc->checkskill(sd,RA_WUGRIDER) > 0 ) { + if( !pc->checkskill(sd,RA_WUGRIDER) ) { sprintf(atcmd_output, msg_txt(213), skill->get_desc(RA_WUGRIDER)); // You need %s to mount! clif->message(fd, atcmd_output); return false; |