From 4d229a1283f8ae23aa7b88398e74219677fb4f13 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Thu, 10 May 2012 23:10:31 +0000 Subject: Wug rider may no longer be used on rangers with a falcon -- special thanks to masao. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16092 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/skill.c') diff --git a/src/map/skill.c b/src/map/skill.c index 7c1d53f0b..8125f4662 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -12152,7 +12152,7 @@ int skill_check_condition_castbegin(struct map_session_data* sd, short skill, sh } break; case RA_WUGRIDER: - if( !pc_isridingwug(sd) && !pc_iswug(sd) ) { + if( pc_isfalcon(sd) || ( !pc_isridingwug(sd) && !pc_iswug(sd) ) ) { clif_skill_fail(sd,skill,USESKILL_FAIL_LEVEL,0); return 0; } -- cgit v1.2.3-70-g09d2