From 71c735ac06d62215df3dd6f33ec5ae38cd8397a2 Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 28 Aug 2006 16:03:23 +0000 Subject: - Fixed exp bonuses applying twice for the job-exp - Magic damage adjustment per number of hits is now performed before mdef reductions. - @reloadbattleconf will now also update the ragsrvinfo table on the char-server. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8518 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/map/skill.c') diff --git a/src/map/skill.c b/src/map/skill.c index b8f869c7c..d99971244 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -5605,7 +5605,7 @@ int skill_castend_id (int tid, unsigned int tick, int id, int data) nullpo_retr(0, ud); BL_CAST( BL_PC, src, sd); - BL_CAST( BL_HOM, src, hd); //[orn] + BL_CAST( BL_HOM, src, hd); //[orn] BL_CAST( BL_MOB, src, md); if( src->prev == NULL ) { @@ -5819,7 +5819,7 @@ int skill_castend_pos (int tid, unsigned int tick, int id, int data) nullpo_retr(0, ud); BL_CAST( BL_PC , src, sd); - BL_CAST( BL_HOM , src, hd); //[orn] + BL_CAST( BL_HOM, src, hd); //[orn] BL_CAST( BL_MOB, src, md); if( src->prev == NULL ) { @@ -10069,7 +10069,7 @@ int skill_unit_timer_sub (struct block_list *bl, va_list ap) if (--group->val1 <= 0) { //All tiles were processed, disable skill. group->target_flag=BCT_NOONE; - group->bl_flag= 0; + group->bl_flag= BL_NUL; } } -- cgit v1.2.3-60-g2f50