From 7ded1afb331d57979fe8fa11bc446ed073198308 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Tue, 3 Jan 2012 20:05:57 +0000 Subject: removed ALL_RIDING, as per information provided by Muad_Dib the skill is meaningless, bugreport:5191; As per data from bugreport:5190 reins of mount is no longer deleted after use, re-use leads to releasing the mount git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15365 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.c | 9 --------- src/map/skill.h | 1 - 2 files changed, 10 deletions(-) (limited to 'src') diff --git a/src/map/skill.c b/src/map/skill.c index 334eda2d0..db270655f 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -7197,15 +7197,6 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, in clif_skill_nodamage(src, bl, skillid, skilllv, 1); } break; - case ALL_RIDING: - if( sd ) { - if( !(sd->sc.option&OPTION_MOUNTING) ) { - pc_setoption(sd, sd->sc.option|OPTION_MOUNTING); - } else { - pc_setoption(sd, sd->sc.option&~OPTION_MOUNTING); - } - } - break; default: ShowWarning("skill_castend_nodamage_id: Unknown skill used:%d\n",skillid); clif_skill_nodamage(src,bl,skillid,skilllv,1); diff --git a/src/map/skill.h b/src/map/skill.h index 25d89dcd0..2e4a68fa4 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -1329,7 +1329,6 @@ enum e_skill { ALL_ODINS_RECALL = 2533, RETURN_TO_ELDICASTES, ALL_BUYING_STORE, - ALL_RIDING = 2538, HLIF_HEAL = 8001, HLIF_AVOID, -- cgit v1.2.3-70-g09d2