From d918805022383bbf9c63f82c700f88e443ff7cd2 Mon Sep 17 00:00:00 2001 From: ultramage Date: Fri, 2 Nov 2007 15:54:27 +0000 Subject: Removed some long-unneccessary debug messages (from r1105). Removed function skill_count_target() because it's a duplicate (see topic:169337). Renamed skill_get_pl to skill_get_ele (because it retrieves element ids). The block_list structure now uses the BL_ enums instead of 'unsigned char'. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11640 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/status.c') diff --git a/src/map/status.c b/src/map/status.c index 6919a47bb..4ae211098 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -1112,7 +1112,7 @@ int status_check_skilluse(struct block_list *src, struct block_list *target, int hide_flag = flag?OPTION_HIDE:(OPTION_HIDE|OPTION_CLOAK|OPTION_CHASEWALK); //You cannot hide from ground skills. - if(skill_get_pl(skill_num,1) == ELE_EARTH) //TODO: Need Skill Lv here :/ + if(skill_get_ele(skill_num,1) == ELE_EARTH) //TODO: Need Skill Lv here :/ hide_flag &= ~OPTION_HIDE; switch (target->type) -- cgit v1.2.3-70-g09d2