From 53c1056d5f11c8ecd8caedae24765e922017fede Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 5 Mar 2008 15:39:46 +0000 Subject: - Implemented Firepillar's 'target cannot move for 0.2 sec x hit' property. - Corrected Earthquake so it behaves as explained in the development topics. - Corrected a missing opt_flag = 0 when using SC_INCATKRATE on mobs. - Added a missing line to actually unequip unallowed compounded cards when changing maps. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12299 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/status.c') diff --git a/src/map/status.c b/src/map/status.c index eae8805e4..11198f28f 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -6594,7 +6594,10 @@ int status_change_end(struct block_list* bl, enum sc_type type, int tid) break; case SC_INCATKRATE: //Simulated Explosion spirits effect. if (bl->type != BL_MOB) + { + opt_flag = 0; break; + } case SC_EXPLOSIONSPIRITS: sc->opt3 &= ~0x8; opt_flag = 0; -- cgit v1.2.3-70-g09d2