From cea1dc1ec3418d6d12c260ea841046c5456bedda Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sat, 14 Jan 2012 11:38:57 +0000 Subject: Small Life Potion, Medium Life Potion and Regeneration Potion are no longer dispel-able, bugreport:4076 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15452 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/map/skill.c b/src/map/skill.c index 74adf02b6..1b42c0ab4 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -5734,7 +5734,8 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, in case SC_INTOABYSS: case SC_SIEGFRIED: case SC_FOOD_STR_CASH: case SC_FOOD_AGI_CASH: case SC_FOOD_VIT_CASH: case SC_FOOD_DEX_CASH: case SC_FOOD_INT_CASH: case SC_FOOD_LUK_CASH: case SC_SEVENWIND: - case SC_MIRACLE: + case SC_MIRACLE: case SC_S_LIFEPOTION: case SC_L_LIFEPOTION: + case SC_INCHEALRATE: continue; /** * bugreport:4888 these songs may only be dispelled if you're not in their song area anymore -- cgit v1.2.3-60-g2f50