From a36580661f18d01c8b4f97be7d56d827df520638 Mon Sep 17 00:00:00 2001 From: Inkfish Date: Wed, 17 Jun 2009 09:06:29 +0000 Subject: Fixed wings not working when used on top of Magnetic Earth. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13896 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/map') diff --git a/src/map/status.c b/src/map/status.c index 20c4e072a..54d019a48 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -1045,7 +1045,8 @@ int status_check_skilluse(struct block_list *src, struct block_list *target, int //Should fail when used on top of Land Protector [Skotlex] if (src && skill_num == AL_TELEPORT && map_getcell(src->m, src->x, src->y, CELL_CHKLANDPROTECTOR) - && !(status->mode&MD_BOSS)) + && !(status->mode&MD_BOSS) + && (src->type != BL_PC || ((TBL_PC*)src)->skillitem != skill_num)) return 0; if (src) sc = status_get_sc(src); -- cgit v1.2.3-70-g09d2