From 94898ebfcf8ccdae5b064fa27f843136c19e2a65 Mon Sep 17 00:00:00 2001 From: glighta Date: Mon, 12 Nov 2012 01:54:56 +0000 Subject: -Upd mob_count to read a 10 modib list to chk if present or not -Add UNLIMITED_HUMMING implementation, now increase sp requirement and make cast unbreakable -Upd Group dance overlaping A and B, previous chk wasn't ending other properly (if fail was skipping other) -Upd OdinPower effect -Fix Cursed-Circle, shoudn't be able to cast near Emp,Stones bugreport:6457 -Fix Cursed-Circle wasn't remove when caster was being warped -Small docs upd git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16918 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mob.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/mob.h') diff --git a/src/map/mob.h b/src/map/mob.h index d6d58584e..b052c3b16 100644 --- a/src/map/mob.h +++ b/src/map/mob.h @@ -304,6 +304,7 @@ int mobskill_castend_id( int tid, unsigned int tick, int id,int data ); int mobskill_castend_pos( int tid, unsigned int tick, int id,int data ); int mob_summonslave(struct mob_data *md2,int *value,int amount,int skill_id); int mob_countslave(struct block_list *bl); +int mob_count_sub(struct block_list *bl, va_list ap); int mob_is_clone(int class_); -- cgit v1.2.3-60-g2f50